Hello friends. I tried to set up a custom domain for my project, but this action is causing some errors.
Yesterday: I created my CNAME rule in my DNS Manager on Cloudflare, and the first verification in my project setting returned. I didn't care too much, but applying my change in the DNS took some time.
Today: I repeatedly retried to verify my custom domain in my project settings, but it returned Server Error. So, I check my browser console and get the following error:
PATCH https://cloud.mydomain.com/v1/proxy/rules/66d0c972e5f167160a94/verification 500 (Internal Server Error)
What could be happening? Do I have to add something else to my DNS? Could this be the problem with my server?
Recommended threads
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- User Filter/Sorting/Analytics
Currently the dashboard for users is very limited. I would like to have an option to sort by column and also to filter by column, to for example find users that...
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...