
The goal was to follow along in a youtube react native tutorial. I upload a video + a thumbnail + 2 form inputs to Appwrite's storage. The issue, other than the fact I need to learn how to debug in VSC, is the submit function displays "AppwriteException: Network Request failed" and I can't seem to find why it won't except my objects created. function "createVideo()" is being called async from the submit button. The form is console logged (I found in the docs that Android returns null assetId). Lastly, the submit button function. This project is being sandboxed in Expo Go, but I don't feel that would justify this problem

something might be wrong with the appwrite endpoint you set

i defined the endpoint and set the endpoint to the client object, just like in the docs
Recommended threads
- Deployment Error Logs - Golang Functions
Hi guys - I have been developing an appwrite function via the cloud service with a golang runtime environment. Currently, I only get error messages whilst deplo...
- Error: Invalid `userId` param: Parameter...
- Unable to add permission when creating a...
I am creating a collection from a cloud function using the Appwrite Dart server SDK, and I want to add permissions so it can be accessed by users. I added code ...
