When trying to register my first user on a self-hosted install I get the following error: (i have redacted my domain for privacy)
[Error] Timestamp: 2024-12-03T11:36:47+00:00
[Error] Method: POST
[Error] URL: /v1/account
[Error] Type: Appwrite\Extend\Exception
[Error] Message: Invalid Origin. Register your new client (appwrite.redacted.xyz) as a new Web platform on your project console dashboard
[Error] File: /usr/src/code/app/controllers/general.php
[Error] Line: 656
Running docker exec appwrite vars, the following are set:
_APP_DOMAIN=appwrite.redacted.xyz
_APP_DOMAIN_TARGET=appwrite.redacted.xyz
This is behind a Caddy reverse proxy, but I have ensured that is properly passing the Host header. Additionally, since the server logs log the proper domain (appwrite.redacted.xyz), I assume the server does know where the request is comming from, but for some reason denies it even though it is in the vars.
Recommended threads
- Selfhost - Starting Docker containers fa...
I am stuck at installing appwrite. Specifically, the containers dont want to start up. The images are downloaded and ready. Dockhand is reporting containers st...
- It says domain already used but I have d...
I accidentally deleted the project in which I used my domain originally (orexia.app) from name.com. Now I am trying to add it to a different project and it says...
- Is this normal in the self host custom d...
when i try to add custom domain to the project did not see this in 1.8.0 ok when pressed the retry it says "DNS verification failed with resolver 8.8.8.8. Domai...