
that's not pointing to Appwrite Cloud

Yes when iam trying to add its showing failed

because you haven't configured that domain to point to Appwrite cloud

Iam adding CNAME in my DNS provider

you have not configured the DNS correctly in your dns provider

what exactly are you trying to do?

I have pointed as mentioned in appwrite

what are you trying to do? Point printfc.in to appwrite cloud?

I want to access appwrite by my subdomain

which is?

No

I want to point api.printfc.in to access appwrite

Please share a screenshot of what you've done in your DNS provider

Ok

Iam in my college I will provide you


Here it is

that CNAME you added points printfc.printfc.in to cloud.appwrite.io

change it to api

you mean api.printfc.in

no

if you put api.printfc.in for the name, you'll be pointing api.printfc.in.printfc.in to cloud...

Ok

In name I just want to put api ???

Yes.......
Recommended threads
- Unable to read session cookie
Hi, when I am hitting Appwrite **/account** API. I am getting the user account details as expected in the response. However, with that API, Appwrite also adds a...
- Database error
My code: await databases.createDocument( process.env.APPWRITE_DATABASE, process.env.APPWRITE_COLLECTION_USER, data.userId, ...
- No Headers
Hi I have 2 appwrite functions, one is working fine on localhost, second is not even working on prod with https, i inspected the api call, no headers are being ...
