Hello
New here and going through the video tutorial and performed all the steps to learn this app. I was successful at the tutorials. So I attempted to create a simple app by using the client side storage instead of the cloud storage and the exact steps as the tutorial and it will not update the record. If I switch back to the cloud storage it works, so I know the it works but just not with the client-side storage. I need to use the client-side storage for this particular use.
Is there something different on updating a client-side vs the appgyver cloud storage?
on the output on port 2 on the create record i found these errors but not sure where to go from here.
Error – object with 3 properties
One of the following error codes:
-
requestFailed
: Thrown if the entire request failed due to e.g. CORS issues or no network connectivity. -
serverError
: Thrown if the server returned an error response. -
resourceNotFound
: Thrown if the resouce you are trying to get was not found. -
unknown
: Thrown if an unknown error occurred while creating the record.
Thanks John