Hi! First off, I just want to say that I really love Appwrite , it’s an awesome project, and I really appreciate all the work that’s gone into it. Since my project isn’t large enough yet to justify the Pro tier, I’m currently on the free tier, which is why I’m reaching out here on Discord for help.
I’m trying to set up a custom auth domain for my project server (auth.dinowalls.app). I’ve already added the CNAME and CAA records in Cloudflare, and both have fully propagated. However, I’m still unable to verify the domain in the Appwrite dashboard.
I’ve seen a few older posts mentioning that some people could only get this resolved with help from Appwrite support. Before I go that route, is there anything else I can try to get this working? Or is contacting support the only way to fix this?
Recommended threads
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...
- User Blocked - False Positive
Today I tried to log in to my cloud console and it said the user is blocked and I didn't even receive any email regarding this like what kind of violation is my...
- 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...