<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Propagation issue on a new domain/app deployment]]></title><description><![CDATA[<p dir="auto">I am having an issue with setting up a new app on my Cloudron system. I registered the domain on Namecheap two days ago, and immediately set up the domain in Cloudron using the API method, which has always worked fine. It has been over 24 hours. But when I attempt to install a WordPress site (Managed), some weird things are happening. The installation process gets stuck at <code>Installing - Waiting for propagation of EXAMPLE.org</code> (anonymized). And the logs for the app look like this:</p>
<pre><code>Oct 27 09:43:44 box:dns/waitfordns waitForDns: nameservers are ["dns2.registrar-servers.com","dns1.registrar-servers.com"]
Oct 27 09:43:44 box:dns/waitfordns resolveIp: Checking A for EXAMPLE.org at 156.154.133.200
Oct 27 09:43:44 box:dns/waitfordns isChangeSynced: EXAMPLE.org (A) was resolved to 192.64.119.184,193.46.198.90 at NS dns2.registrar-servers.com (156.154.133.200). Expecting 193.46.198.90. Match false
Oct 27 09:43:44 box:dns/waitfordns resolveIp: Checking A for EXAMPLE.org at 2610:a1:1025::200
Oct 27 09:43:44 box:dns/waitfordns isChangeSynced: EXAMPLE.org (A) was resolved to 192.64.119.184,193.46.198.90 at NS dns2.registrar-servers.com (2610:a1:1025::200). Expecting 193.46.198.90. Match false
Oct 27 09:43:44 box:dns/waitfordns waitForDns: EXAMPLE.org at ns dns2.registrar-servers.com: not done
Oct 27 09:43:44 box:dns/waitfordns Attempt 187 failed. Will retry: ETRYAGAIN
</code></pre>
<p dir="auto">Here's where it gets a little weirder. If I renew the domain certificates across Cloudron <em>while</em> it is stuck there, the website starts working; if I go to <a href="http://EXAMPLE.org" target="_blank" rel="noopener noreferrer nofollow ugc">EXAMPLE.org</a>, I see a WordPress website. But I can't get the installation process unstuck. And if I try reinstalling, the site disappears until I try the renewal again, which once again does not unstuck the installation process.</p>
<p dir="auto">I attempted to install Surfer at that domain to see if it was a WordPress issue, but the same problem occurred.</p>
<p dir="auto">Are there other diagnostics you'd recommend? Thanks in advance for your assistance.</p>
]]></description><link>https://forum.cloudron.io/topic/14472/propagation-issue-on-a-new-domain-app-deployment</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Jul 2026 05:23:42 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/14472.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 27 Oct 2025 15:57:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Propagation issue on a new domain/app deployment on Thu, 30 Oct 2025 12:54:21 GMT]]></title><description><![CDATA[<p dir="auto">Ah glad you managed to get down the issue in the end.</p>
]]></description><link>https://forum.cloudron.io/post/114613</link><guid isPermaLink="true">https://forum.cloudron.io/post/114613</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Thu, 30 Oct 2025 12:54:21 GMT</pubDate></item><item><title><![CDATA[Reply to Propagation issue on a new domain/app deployment on Wed, 29 Oct 2025 20:52:58 GMT]]></title><description><![CDATA[<p dir="auto">Okay, found the solution. Somehow there was a URL redirect in Namecheap from <a href="http://EXAMPLE.org" target="_blank" rel="noopener noreferrer nofollow ugc">EXAMPLE.org</a> to <a href="http://www.EXAMPLE.org" target="_blank" rel="noopener noreferrer nofollow ugc">www.EXAMPLE.org</a>. When I removed that, the installation succeeded. Thank you! Sorry for the trouble.</p>
]]></description><link>https://forum.cloudron.io/post/114581</link><guid isPermaLink="true">https://forum.cloudron.io/post/114581</guid><dc:creator><![CDATA[ntnsndr]]></dc:creator><pubDate>Wed, 29 Oct 2025 20:52:58 GMT</pubDate></item><item><title><![CDATA[Reply to Propagation issue on a new domain/app deployment on Wed, 29 Oct 2025 20:48:00 GMT]]></title><description><![CDATA[<p dir="auto">Yes, both commands return the same result:</p>
<pre><code>EXAMPLE.org has address 192.64.119.184
EXAMPLE.org has address 193.46.198.90
</code></pre>
<p dir="auto">The bottom IP address there is the one listed under IPv4 network on the Cloudron backend. I am not sure where the first one is coming from. It appears to be a local network IP.</p>
]]></description><link>https://forum.cloudron.io/post/114580</link><guid isPermaLink="true">https://forum.cloudron.io/post/114580</guid><dc:creator><![CDATA[ntnsndr]]></dc:creator><pubDate>Wed, 29 Oct 2025 20:48:00 GMT</pubDate></item><item><title><![CDATA[Reply to Propagation issue on a new domain/app deployment on Wed, 29 Oct 2025 10:35:15 GMT]]></title><description><![CDATA[<p dir="auto">So to be clear, the app install or configure task would ensure a valid certificate, so refreshing certificates would likely already find valid certs for the domain, but would reload the nginx reverse proxy and ensuring its config, resulting in delivering the Cloudron placeholder page for that app in question, since the app task never succeeded.</p>
<p dir="auto">So first we have to get down to the issue, why not all (both) DNS nameservers from namecheap report the correct IP address.</p>
<p dir="auto">You can check both via SSH on your Cloudron by running those commands:</p>
<pre><code>host -t A &lt;your app domain&gt; 156.154.132.200       # dns1.registrar-servers.com
host -t A &lt;your app domain&gt; 156.154.133.200       # dns2.registrar-servers.com
</code></pre>
<p dir="auto">Are both returning your server's IP correctly while the app task still failing with your mentioned "waitForDns" logs?</p>
<p dir="auto">Note that Cloudron's app task will only continue if all nameservers associated to a domain are fully propagated, this may not mean that it wouldn't resolve correctly ocally for you already.</p>
]]></description><link>https://forum.cloudron.io/post/114561</link><guid isPermaLink="true">https://forum.cloudron.io/post/114561</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Wed, 29 Oct 2025 10:35:15 GMT</pubDate></item><item><title><![CDATA[Reply to Propagation issue on a new domain/app deployment on Tue, 28 Oct 2025 16:37:46 GMT]]></title><description><![CDATA[<p dir="auto">This is strange. I haven't encountered this issue before.</p>
<p dir="auto">I do have a static IP. I'm comparing the records to the ones that <em>are</em> working on Namecheap. The A Record IP address is the same, and so is the AAAA Record. So I'm not sure what I could change.</p>
<p dir="auto">Currently the error I'm getting when I navigate to the website is that there is a self-signed security certificate.</p>
<p dir="auto">I just tried re-establishing the domain on Cloudron and refreshing the certificates, but we are still stuck at the "Waiting for propagation" stage when installing. In my browser, the website is on the page that says "You are seeing this page because the DNS record of <a href="http://magicmountaintalks.org" target="_blank" rel="noopener noreferrer nofollow ugc">magicmountaintalks.org</a> is set to this server's IP but Cloudron has no app configured for this domain."</p>
<p dir="auto"><strong>Update</strong>: After a few minutes of trying the install, it reverts back to the "The certificate is not trusted because it is self-signed" error. And if I refresh the certificates, I can access the installed app, but the Cloudron backend is treating the install as having failed, so I can't do any administrative tasks. That seems to me like more likely a Cloudron issue than Namecheap, since the site is accessible.</p>
<p dir="auto">Is there anything else you can recommend I try?</p>
<p dir="auto">Thank you.</p>
]]></description><link>https://forum.cloudron.io/post/114527</link><guid isPermaLink="true">https://forum.cloudron.io/post/114527</guid><dc:creator><![CDATA[ntnsndr]]></dc:creator><pubDate>Tue, 28 Oct 2025 16:37:46 GMT</pubDate></item><item><title><![CDATA[Reply to Propagation issue on a new domain/app deployment on Tue, 28 Oct 2025 08:47:25 GMT]]></title><description><![CDATA[<p dir="auto">So the issue seems to be that one nameserver does not propagate the change in time, while the other does. This means, depending on which one your system will hit to resolve the domain, it may or may not point to the correct IP address and thus may or may not show the app for you.</p>
<p dir="auto">This is why Cloudron checks all associated nameservers for full propagation. This seems to be an issue with Namecheap then. If you have a static IP, maybe you can manually change the A and AAAA  (if used) records in the Namecheap UI and see if that propagates correctly.</p>
]]></description><link>https://forum.cloudron.io/post/114496</link><guid isPermaLink="true">https://forum.cloudron.io/post/114496</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Tue, 28 Oct 2025 08:47:25 GMT</pubDate></item></channel></rss>