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
- Invalid token passed in the request
Hello, I have an issue using updateMagicURLSession. I send the email using sendMagicLink, which works fine. When i click the link in the email i get the invali...
- functions domain error
I cannot set up the domain for function I’m trying to add the domain api.example.com I can only use Cloudflare as the DNS provider because my domain provider do...
- Storage Bucket Permissions
Hey folks, when enabling CRUD on the bucket level for the role any, should the bucket be accessible when using a session client?