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
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Cloud function deploy stucks in processi...
Been trying for the last hours to deploy my function but for whatever reason, alwasy stuck on processing!