Back

[SOLVED] Appwrite console development setup

  • 0
  • Cloud
7777Chaitanya
8 Sep, 2023, 15:46

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?

TL;DR
Title: [SOLVED] Issue with Appwrite console setup The issue was caused by the Xampp server running in the background, using ports 80 and 443. When setting up the appwrite backend, the default port values were used, causing the backend URLs to be proxied by Apache server. Stopping all running docker containers and reexecuting the docker command with different port values fixed the issue.
Guille
8 Sep, 2023, 17:08

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?

Drake
8 Sep, 2023, 17:17

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

7777Chaitanya
9 Sep, 2023, 03:18
Drake
9 Sep, 2023, 03:19

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

Drake
9 Sep, 2023, 03:20

What happened when you ran that install command?

7777Chaitanya
9 Sep, 2023, 04:02

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>

Guille
9 Sep, 2023, 17:21

[SOLVED] Appwrite console development setup

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more