
Hi! I need some help regarding an issue I’m facing with Appwrite after changing the default ports.
I have a self-hosted Appwrite instance running on my VPS. I followed the official documentation for a standard installation. I also configured an A record in my DNS pointing my domain directly to the server IP.
Initially, everything was working fine using the default ports 80 (HTTP) and 443 (HTTPS).
However, yesterday I installed EasyPanel on the same server, which required the default ports. To avoid conflicts, I modified the Appwrite docker-compose.yml
file and changed the port mappings to:
8080:80
8443:443
The DNS record remains the same. Inside EasyPanel, I created a domain entry that points my subdomain to the server IP and port 8080. With this configuration, I can access the Appwrite console without any issues.
But now, when I try to create a new project, I get the following error:
Invalid Origin. Register your new client (my-domain) as a new Web platform on your project console dashboard.
I haven’t changed anything else besides the ports. Is there something I’m missing related to the platform origin or host headers when using custom ports?
Thanks in advance!
Recommended threads
- Opened my website after long time and Ba...
I built a website around a year back and and used appwrite for making the backend. At that time the website was working fine but now when i open it the images a...
- CSV Import not working
I am running 1.7.4, trying the sample book csv import. I get a pop up saying import started and then a quick follow up saying completed. Nothing ever appears ...
- ❗[Help] Function stuck in "waiting" stat...
Hi Appwrite team 👋 I'm trying to contribute to Appwrite and followed the official setup instructions from the CONTRIBUTING.md guide to run the platform locall...
