- I bought a domain from godaddy
- connected the nameservers of vercel to the godaddy nameserver
- then added the cname appwrite fra.cloud.appwrite.io for setting custom domain in appwrite in vercel dns record
- appwrite.codechirp.in then clicked verify, then it showed verifying I waited for a long time, but it still shows verifying then when I try to reverify it shows custom domain is verified
- so I replaced the https://cloud.appwrite.io/v1 api endpoint to my custom domain https://appwrite.codechirp.in/v1
- But it is not working I dont know if the ssl is not generated yet or something else
- getting this >>
Requested host does not match any Subject Alternative Names (SANs) on TLS certificate [9861f98cac61d9a00d8d37ca547236b0071bf06b4d0f37a7b11bb3b370e256a0] in use with this connection.
Visit https://www.fastly.com/documentation/guides/concepts/errors/#routing-errors for more information.
Taking a look 🔎
Recommended threads
- Create a project via REST API or SDK, mi...
I am currently self-hosting Appwrite in my local machine, deployed using docker script in the website. I also installed `appwrite-cli` through npm. I am trying...
- Attach Dart debugger for locally deploye...
Hello there, I was wondering if it is possible to attach debugger to dart function, that I run locally. It would make development much easier :-). Thank you.
- Firebase app import
I'm **very** new to appwrite and I just set up appwrite with docker and I'm trying to import a Firebase app I have set up but it's erroring and I don't really k...