Warning for linking custom domain about DNS records

0
Hi all,I've an existing custom domain for my app. I renewed the certificate. The records were added in the DNS.After linking the new certificate to the environment, I get the following warning:But this is already in the DNS.Does anyone know what is going wrong?
asked
1 answers
0

What I would do:

  1. verify the exact CNAME using:
    • nslookup
    • dig
    • or online DNS checker
  2. confirm only one DNS record exists for that subdomain
  3. disable Cloudflare proxy if enabled
  4. restart/redeploy the Mendix environment
  5. wait some time for propagation

Most likely this is either:

  • propagation delay
  • Cloudflare proxy issue
  • or the environment has not restarted after certificate/domain update.



answered