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
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...