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
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Deep Linking & Password reset
I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used de...
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...