i am adding my custom domain(purchased from godaddy) to appwrite but event after i added DNS records in my domain it is not verifying it on appwrite. below are the screenshots :
1st picture is of the record that i have added in my DNS records for my domain and 2nd pic is from appwrite
Your domain's DNS are not yet propogated. This can take time as mentioned in the error. See - https://dnschecker.org/#CNAME/showgo.in
Also if try to use the minimum TTL instead of 1 Hour if the provider allows.
what does this mean? i am new to all this : )
okayy i changed it to 1/2 hour(minimum)
it means that you domain's CNAME is not propagated yet. You will have wait until its complete.
okayyy usually how much time it will take?
it can within 30 mins sometimes, other time it fluctuates but max is 48 hours as said in the message.
i added those dns record last night and today morning still they were not verified
okay ill wait for 48 hours but i think something else is the problem here
feel free to contact the domain provider's support. they should have more info.
okay i'll try contacting them
Recommended threads
- Dashboard permissions
I am setting up a new Database and there will be different authenticated users that need to only create, read, update and delete only their own records. In the...
- Collection require extra fields
Appwrite cloud add extra fields : message: 'Invalid document structure: Missing required attribute "68111_3_name"', this field not exist in my collection, I ha...
- Cannot read properties of undefined (rea...
I am trying to upload image to Appwrite but getting above mentioned error ```js import { ID } from "appwrite"; import storage from "./storage.js"; const addA...