[SOLVED] How to connect domain in cloud.appwrite.io, by changing A record and CNAME record?
- 0
- Resolved
- Self Hosted
- Flutter
- Cloud
How to connect domain in cloud.appwrite.io, by changing A record and CNAME record, i do it properly as it mentioned in DOCs but nothing happen, will be very thankful for any advice, my domain name is: zhelajak.kz, my domain registrar is ps.kz
You just need to setup a CNAME record
If you have an A name record, please, delete It
Also you're not using cloud
@Pro4-BruTa1 Did you have tried that?
Yes, i do
Did you have added the domain in your project settings?
What's the error you're getting? @Pro4-BruTa1
Domain verification for the requested domain has failed
Seems you didn't have added it properly
Could you please send screenshots of the DNS records related to appwrite for your domain and what you added into appwrite console?
Second attempt, i specially buyed domain from namecheap, to add it to cloud.appwrite.io, changed CNAME record, and want to add A record...
Just need cname
In the case of Appwrite cloud
Switched off Domain security, 1 min TTL, nothing help, tried NAME appwrite, and WWW, and in console appwrite.ukibay.link and doesn't help, what i do wrong...
trying to figure out why doesn't show CNAME recored by mxtoolbox.com
What i did wrong is was that i don't added www.ukibay.link in console. Please mark this tree as SOLVED.
Giving lessons on how to configure domain names in cloud (EXPENSIVE) :)))
Oh
Ok
[SOLVED] How to connect domain in cloud.appwrite.io, by changing A record and CNAME record?
Recommended threads
- Charged after Downgrade
I downgraded from the pro plan last month, but it’s still trying to charge my card this month and my account has been restricted
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...