Unable to Access Appwrite Console & API Errors on Production Site
- 0
- Web
- Databases
- Storage
- Self Hosted
- Functions
I have been unable to access my Appwrite console and related services for the past two weeks. Additionally, the Appwrite integration on my production website has stopped functioning entirely. here is website URL : https://saifurrehman.info/ When accessing the site, I’m encountering repeated errors such as:
hook.js:608 Error fetching projects: AppwriteException: Network request failed hook.js:608 Error fetching articles: AppwriteException: Network request failed
Full trace from the browser console:
AppwriteException: Network request failed at R.<anonymous> (5658-16d445066db8798e.js:1:15860) at Generator.throw (<anonymous>) at s (5658-16d445066db8798e.js:1:8743)
apart from react errors, I don't see any request failed errors.
what country are you accessing cloud.appwrite.io from? Does it work if you use a VPN, incognito window?
Recommended threads
- TOO_MANY_REDIRECTS after temporarily ena...
I am losing my mind over this, I enabled this setting because I was having issues with sites not making links with https. I enabled it, ran into issues, so I di...
- Unable to create Sites or Functions with...
Heya, I was looking at the appwrite documentation for Sites API with the server api: https://appwrite.io/docs/references/cloud/server-nodejs/sites I can’t fin...
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...