[SOLVED] How do i verify the domain when using https://cloud.appwrite.io/, whats the Nameservers
- 0
- Cloud
To add domain to your Appwrite cloud.
Go to your project settings page, and add your domain as custom domain.
Then all you have left to do is to set cname for your domain to point to cloud.appwrite.io
but my domain provider is asking for two
I see, These are two different tasks
Where is your domain hosted at?
hostinger
Then the name server you can leave as the default to use hostinger ones.
What I'm trying to find out Where do you manage your DNS records? Hostinger or peraphs digitalocean?
Hostinger
Good Can you, show me what you're seeing here?
Good
Now add CNAME type record
In the host put whatever you want to be in the subdomain
In the points to put cloud.appwrite.io
so here a dumb question the "name"field in the picture is the subdomain right. so if my domain is twindlebackend.app can i just put appwrite.twindlebackend.app
Just put appwrite
In that field
Yes
Now, make sure you've added as custom domain.
so im guessing itll take time to propagate
yaa i had already done this
thanks man you a big help
It's look like yes
Is your problem resolved?
yaa i guess it should be
[SOLVED] How do i verify the domain when using https://cloud.appwrite.io/, whats the Nameservers
Recommended threads
- fastly error
Hey! I'm hitting a Fastly error on the www version of our site, but the root domain works fine. We have a wildcard set up, so I expected the subdomain to be cov...
- Facebook's scraper facebookexternalhit g...
share.bardbliss.com but works fine on the raw fra.appwrite.run URL. No execution logs appear when Facebook hits the custom domain. This was working before. How ...
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...