
Hello 👋 ,
we are using the DNS on organization domains rostlino.cz
using nameservers NS
NAME: rostlino.cz
TYPE: NS
VALUE: ns1.appwrite.zone
TTL: 3360
NAME: rostlino.cz
TYPE: NS
VALUE: ns2.appwrite.zone
TTL: 3360
inside project rostlino
in settings we are using custom domain appwrite.rostlino.cz
. After Sign in it shows correctly the Projects, but when visiting the project https://appwrite.rostlino.cz/console/project-fra-rostlino
it throws an error 500 Internal Error
:
Access to fetch at 'https://fra.appwrite.rostlino.cz/v1/console/variables' from origin 'https://appwrite.rostlino.cz' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Will editing the CNAME
record for organization help ? Like this:
NAME: fra.appwrite.rostlino.cz
TYPE: CNAME
VALUE: appwrite.rostlino.cz
TTL: 3600
Would it be better to include wildcard *.appwrite.rostlino.cz
?
Thank you
Recommended threads
- Migration Error
Hi, so I triggered a migration from appwrite cloud to appwrite self hosted instance, I used the inbuilt migration tool and it failed to migrate things like clo...
- How much should I wait for Appwrite Func...
Here's my situation: 1. Deploy the function first 2. Add API key(other service) in env 3. Redeploy 4. The function still cannot recognize my API key. I think i...
- I can't add relationship attributes on m...
How can I make it work in selfhosted Appwrite?
