Infinite wait for domain propagation
Solved
Support
-
Hello,
I setup the dns zone and i check in dnschecker : it's okBut my cloudron does not move forward..
For information I already execute this : "systemctl restart box". And it doesn't work
Can you help me please ?Yours sincerely,
Egon -
Maybe the server itself has issues resolving. Can you SSH into it and run
host -t A my.learnodyssey.com
?
It also resolves fine from here, so it is most likely just a server local misconfiguration.Also note that Cloudron will check for all nameservers for that domain to be in sync. You can get the list of nameservers for your domain with:
host -t NS learnodyssey.com
Also try to run this on the server itself to rule out one potential issue.
-
-