Reputation: 589
I bought a domain name on OVH and I am trying to set it with my flask application hosted on an GCP AppEngine.
I registered the DNS but I have this error message :
The certificat ID is not generated by Google whereas I added each type A and AAAA on my OVH configuration.
I had this error message for the CNAME : "the subdomain already uses a DNS record. You cannot register a CNAME field due to an incompatibility. Delete existing records for this subdomain, so you can add a CNAME-like one"
Upvotes: 0
Views: 195
Reputation: 2045
I would suggest to check the documentation on mapping custom domains.
roles/appengine.appAdmin
) or a custom role that contains the appengine.applications.get
permission.example.com
then click on Verify if it hasn't been verified yet.If the aforementioned steps didn't you may check @KranthiveerDontineni's comments on fixing conflicting records errors for Google Domains.
Upvotes: 1