Another "stuck on waiting for propagation" post
-
wrote on Aug 10, 2024, 4:18 PM last edited by joseph Aug 12, 2024, 11:10 AM
Hello,
Just spun up a VPS from Hostinger with Cloudron preinstalled. On attempting the initial setup, I'm stuck on "waiting for propagation" for about an hour now.
Nameservers are godaddy, so I chose manual setup in the first step and added an A record for my.domain.name. It propagated right away, confirmed with whatsmydns.net and also from the server itself:
# host -T my.domain.name my.domain.name has address xx.xx.xx.xx
The IP is correct, I'm sshed in to it. I restarted the box process after about 20 minutes.
Last things in the log are:
[INFO] Processed migration 20240501100302-settings-remove-backup-storage-limit [INFO] Processed migration 20240625144843-apps-updateTime-remove-default [INFO] Processed migration 20240629074953-apps-notes-null-to-emptystring [INFO] Processed migration 20240716214414-appPortBindings-make-count-not-null [INFO] Done 2024-08-05T11:21:17 ==> start: Changing ownership 2024-08-05T11:21:17 ==> start: Starting cloudron-syslog Created symlink /etc/systemd/system/multi-user.target.wants/cloudron-syslog.service → /etc/systemd/system/cloudron-syslog.service. 2024-08-05T11:21:18 ==> start: Starting Cloudron
Last entry was about an hour ago.
Just refreshed the setup page and now it says, "DNS AAAA Record is not synced yet: ETRYAGAIN"
Any suggestions? Thanks.
-
@awestenb it means that IPv6 record is not set up. try
host -t AAAA my.domain.name
. This should be the ipv6 address of you server. If your server does not have IPv6, then in the cloudron setup page -> advanced -> disable ipv6. -
-