Aarush AcharyaOriginal post
Rank 3: Container
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
Summary
Developers experiencing Server Error 500 on email password authentication while running Appwrite docker container locally. Initially had endpoint set to http://localhost:85/v1 with 'Connection refused' error, changed to http://<My Mac's IP address>:85/v1 but still facing the same issue. Client app is on flutter.
Solution: Ensure the correct IP address is used and check Docker logs for any additional insights.