Hi.
I have installed appwrite in a docker container on windows and I cannot sign up with my first user.
I fill in the details on the sign-up page but when I press the sign-up button. Nothing happens. (Literally nothing)
I have tried installing with both the power shell command and using the docker compose files
Any ideas
TL;DR
Issue: Developer unable to register first user with Appwrite in Docker on Windows. When trying to sign up, clicking the sign-up button has no effect.
Solution: This problem may be due to a web sockets issue. Ensure the ports for web sockets are correctly exposed in your Docker setup. Check the network configurations to allow web sockets functionality.