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
- Appwrite DNS nameservers return SERVFAIL...
My custom domain demomanasa.online (and all its subdomains) stopped resolving with ERR_NAME_NOT_RESOLVED for all visitors. I have traced the failure to Appwrite...
- Framework categorization for Sites
Hello, I want to deploy my web app via Appwrite SItes. My web app is vite+reactjs. In the Appwrite docs, it creates a vite+react app, and chooses React from the...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...