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
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...
- Magic Link token automatically consumed
Hi, I'm using the Magic Link auth system with Appwrite Cloud and I'm running into huge issues getting users to log in successfully. About 9 times out of 10, th...