
I am trying to setup appwrite console app to contribute to it. The UI is working fine. But when I try to sign in, nothing is happening. Can someone help me with this?

How did you install it, what you mean with "nothing is happening"? do you get any error, do you have any record in the network tab of your browser?

do you have a backend for the front end to connect to?


503 Apache? I don't know what that is...I don't think that's Appwrite

What happened when you ran that install command?

Thank you Steven and Guille. It's working fine now.
Reason for the issue: At this point I had Xampp server running in the background. The server was already using the ports 80 and 443.
While setting up appwrite backend using the docker command, I continued with the default port values for http and https which are 80 and 443 respectively. So, the appwrite backend URL's were being proxied by Apache server. Now I stopped all the running docker containers and reexecuted the docker command and set the http and https port values to different ones. It fixed the issue.<:appwriterocket:823996226894692403>

[SOLVED] Appwrite console development setup
Recommended threads
- Unable to create push providers - FCM or...
Currently unable to create a push provider for FCM or APNS.... https://github.com/appwrite/console/issues/2045 When uploading a file... FCM = Valid file retu...
- Stuck in "deleting"
my parent element have relationship that doesnt exist and its stuck in "deleting", i cant delete it gives me error: Collection with the requested ID could not b...
- Help with 409 Error on Relationship Setu...
I ran into a 409 document_already_exists issue. with AppWrite so I tried to debug. Here's what I've set up: Collection A has 3 attributes and a two-way 1-to-m...
