I am running Appwrite docker container locally on port 85
Earlier I set my Appwrite Endpoint to: http://localhost:85/v1 Appwrite Project Id: resonate
It gave me this error on email password auth Connection refused
Now i have my endpoint as http://<My Mac's IP address>:85/v1
It gives error on email password auth Server Error 500
My client app is on flutter
docker logs?
Hello @darShan , Pls can you help check this issue https://discord.com/channels/564160730845151244/1251068849688936489
Recommended threads
- delete cancelled site deployment
I would like to remove a cancelled site deployment, but the site menu shows only "Redeploy".
- Self-host migration from 1.8.X
Is it safe to now migrate from 1.7.4 to 1.8.X on my selfhost?
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...