On the localhost development server, it works perfectly but when I push the code production it shows the Network request failed error whenever I try to signup or try login
Maybe the error is CORS?
Can you share the error
Hi @Ashraf_Chowdury , byawitz is right, without seeing error it is difficult to debug, can you please share?
This error popups when try to login or signup
I have the same error
Can you share the output of
docker compose logs appwrite
(run this command in the same folder you have docker-compose.yml file
I am not sure, if this is related but I just noticed that in flutter app, when you run app in debug everything works, but when compile it not working....
The server logs will help to debug that problem
yaa just checking...
found the issue π , such a dumb I am
I had two env, and prod env was empty... but dev wasn't
If you're still having troubles, please create a separate post and share your full browser console logs
Are the two files auto-generated when installing Appwrite? Because I only have the .env file
no no, this file is just I created to maintain DB, Collection Ids and endpoints
Recommended threads
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...
- Courtesy limit reset for non-profit migr...
Hi Team! I'm the architect for a 501(c)(3) non-profit project (Aaria's Blue Elephant) and we just hit our Free plan Database Read limit (currently at 164%). Th...