Hello! I am trying to run appwrite locally to test things out and i wanted to change the default ports. I have seen this post https://discord.com/channels/564160730845151244/1331599755486167160 and this one https://discord.com/channels/564160730845151244/1310356567027355698/1310894818964275260 and none of those options helped here.
At first I just ran the initial startup command from the Getting Started documentation and when it asked to input a port, i put it in the port i want to use and it proceeded with the installation. Once it was complete, i went to localhost:7800 and the console appeared, but when i try to sign up the account, i get a failed to fetch error.
I've attached screenshots of to show what I did, and the behavior im experiencing.
There are known issues with using non-default ports in Appwrite 1.7.x
Recommended threads
- Does anyone have a docker compose file f...
The compose file example on appwrite docs is 1.8.1 and I would like to try 1.9.0
- Docker compose 1.9.0 support
Hi! Sorry if I've missed something, but I saw that version 1.9.0 was released for self hosting, yet the compose file linked in the official documentation (https...
- Running Appwrite in docker through nginx
Hi team, I'm trying to expose multiple local services (Appwrite, Ollama, PostHog) through a single Nginx reverse proxy port, tunneled via ngrok to a public dom...