I keep getting this error:
ERROR Error uploading to Appwrite cloud: [AppwriteException: Network request failed]
I haven't changed the endpoint listed in the project settings. I tested the connection with a curl command and I attached an image of the result. I also attached how I have the client setup. I'm not really sure how else to approach this problem. I tried Chatgpt and it's not really helping anymore.
It would make sense you get a 404 when hitting the base route as there is nothing on the general route
Can you provide your code for where the error is occuring?
And can you verify your endpoint and project id have values?
what do you mean general route?
as in, do I need to change my base route/endpoint?
Recommended threads
- Functions not executing after usage rese...
Hi team, Last month my project hit 100% usage and functions stopped working (expected). Now the new month has started and usage has reset, requests are going ...
- Relations within the same table
Hello, I'm currently building a sort of dictionary (a literal one) and thus I need words (which is one single table of words in my database) to be able to have ...
- Functions never end and always fail (sta...
Hi ! I'm using Appwrite Cloud Pro and function execution from appwrite website is KO. Deploying starter function template, execution is always Failed and the ...