<?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[App won&#x27;t restart after changing domain &#x2F; SMTP-Mailer error]]></title><description><![CDATA[<p dir="auto">Having changed the domain name the starup process fails when the SMTP Mailer tries to create settings for the new domain:</p>
<pre><code>Error: Site 'xxx.xxxxxxxx.de/' not found. Verify `--url=&lt;url&gt;` matches an existing site
</code></pre>
<p dir="auto">The app will start without problems if I revert to the original domain.</p>
]]></description><link>https://forum.cloudron.io/topic/5555/app-won-t-restart-after-changing-domain-smtp-mailer-error</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 19:50:31 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/5555.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 22 Aug 2021 23:19:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to App won&#x27;t restart after changing domain &#x2F; SMTP-Mailer error on Mon, 23 Aug 2021 13:43:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> I have identified that it is an issue with multisite and the setting</p>
<pre><code>define( 'DOMAIN_CURRENT_SITE', 'xxx.de' );
</code></pre>
<p dir="auto">in the wp-config file. This does not seem to be getting updated automatically and hence the change needs to be made manually (and also in the database).</p>
<p dir="auto">Sorry, I didn't mention that it was a mutlisite installation before because I couldn't see any reason for that to affect the smtp plugin settings.</p>
]]></description><link>https://forum.cloudron.io/post/35588</link><guid isPermaLink="true">https://forum.cloudron.io/post/35588</guid><dc:creator><![CDATA[ccfu]]></dc:creator><pubDate>Mon, 23 Aug 2021 13:43:45 GMT</pubDate></item><item><title><![CDATA[Reply to App won&#x27;t restart after changing domain &#x2F; SMTP-Mailer error on Mon, 23 Aug 2021 11:06:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> Thanks. I am going to try a couple of things here first and will get back to you.</p>
]]></description><link>https://forum.cloudron.io/post/35579</link><guid isPermaLink="true">https://forum.cloudron.io/post/35579</guid><dc:creator><![CDATA[ccfu]]></dc:creator><pubDate>Mon, 23 Aug 2021 11:06:59 GMT</pubDate></item><item><title><![CDATA[Reply to App won&#x27;t restart after changing domain &#x2F; SMTP-Mailer error on Mon, 23 Aug 2021 11:01:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ccfu" aria-label="Profile: ccfu">@<bdi>ccfu</bdi></a> I haven't seen such an issue so far, is there anything special about your domain <a href="https://xxx.de/" target="_blank" rel="noopener noreferrer nofollow ugc">https://xxx.de/</a> or is there already something else installed?</p>
<p dir="auto">You could also enable remote SSH support for us via the dashboard, if you want us to debug this directly. If you do, please send us a mail to <a href="mailto:support@cloudron.io" target="_blank" rel="noopener noreferrer nofollow ugc">support@cloudron.io</a> with some context which domain your Cloudron dashboard is on and which domain this issue can be seen.</p>
<p dir="auto">Looks like the wordpress plugin relies on some live domain validation which fails.</p>
]]></description><link>https://forum.cloudron.io/post/35578</link><guid isPermaLink="true">https://forum.cloudron.io/post/35578</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Mon, 23 Aug 2021 11:01:51 GMT</pubDate></item><item><title><![CDATA[Reply to App won&#x27;t restart after changing domain &#x2F; SMTP-Mailer error on Mon, 23 Aug 2021 10:57:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a></p>
<p dir="auto">Thanks for looking into this. The lines posted are the last two, here are also the ones that precede them:</p>
<pre><code>Aug 23 12:51:03 =&gt; Changing permissions
Aug 23 12:51:03 box:settings initCache: pre-load settings
Aug 23 12:51:03 box:taskworker Starting task 1602. Logs are at /home/yellowtent/platformdata/logs/.../apptask.log
Aug 23 12:51:03 box:tasks 1602: {"percent":2,"error":null}
Aug 23 12:51:03 box:apptask xxx.de startTask installationState: pending_location_change runState: running
Aug 23 12:51:03 box:tasks 1602: {"percent":10,"message":"Cleaning up old install"}
Aug 23 12:51:03 box:shell reload spawn: /usr/bin/sudo -S /home/yellowtent/box/src/scripts/restartservice.sh nginx
Aug 23 12:51:03 =&gt; Updating db settings
Aug 23 12:51:03 box:apptask xxx.de deleting app containers (app, scheduler)
Aug 23 12:51:03 box:shell removeCollectdProfile spawn: /usr/bin/sudo -S /home/yellowtent/box/src/scripts/configurecollectd.sh remove ...
Aug 23 12:51:03 box:shell removeCollectdProfile (stdout): Restarting collectd
Aug 23 12:51:04 Success: Updated the constant 'DB_HOST' in the 'wp-config.php' file with the value 'mysql:3306'.
Aug 23 12:51:04 box:shell removeCollectdProfile (stdout): Removing collectd stats of ...
Aug 23 12:51:04 box:shell removeLogrotateConfig spawn: /usr/bin/sudo -S /home/yellowtent/box/src/scripts/configurelogrotate.sh remove ...
Aug 23 12:51:04 Success: Updated the constant 'DB_NAME' in the 'wp-config.php' file with the value 'xxx'.
Aug 23 12:51:04 Success: Updated the constant 'DB_USER' in the 'wp-config.php' file with the value 'xxx'.
Aug 23 12:51:04 Success: Updated the constant 'DB_PASSWORD' in the 'wp-config.php' file with the value 'xxx'.
Aug 23 12:51:04 =&gt; Updating redis settings
Aug 23 12:51:04 Success: Updated the constant 'WP_REDIS_HOST' in the 'wp-config.php' file with the value 'xxx'.
Aug 23 12:51:04 Success: Updated the constant 'WP_REDIS_PORT' in the 'wp-config.php' file with the value '6379'.
Aug 23 12:51:04 Success: Updated the constant 'WP_REDIS_PASSWORD' in the 'wp-config.php' file with the value 'xxx'.
Aug 23 12:51:05 =&gt; Updating domain related settings
Aug 23 12:51:05 Success: Updated the constant 'WP_HOME' in the 'wp-config.php' file with the value 'https://xxx.de'.
Aug 23 12:51:05 Success: Updated the constant 'WP_SITEURL' in the 'wp-config.php' file with the value 'https://xxx.de'.
Aug 23 12:51:06 Success: Value passed for 'siteurl' option is unchanged.
Aug 23 12:51:06 Success: Value passed for 'home' option is unchanged.
Aug 23 12:51:07 =&gt; Configuring smtp-mailer plugin
Aug 23 12:51:08 ==&gt; Configuring smtp-mailer plugin for https://xxx.de/
Aug 23 12:51:08 Error: Site 'xxx.de/' not found. Verify `--url=&lt;url&gt;` matches an existing site.
Aug 23 12:51:08 Error: Site 'xxx.de/' not found. Verify `--url=&lt;url&gt;` matches an existing site.
</code></pre>
]]></description><link>https://forum.cloudron.io/post/35577</link><guid isPermaLink="true">https://forum.cloudron.io/post/35577</guid><dc:creator><![CDATA[ccfu]]></dc:creator><pubDate>Mon, 23 Aug 2021 10:57:52 GMT</pubDate></item><item><title><![CDATA[Reply to App won&#x27;t restart after changing domain &#x2F; SMTP-Mailer error on Mon, 23 Aug 2021 09:39:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ccfu" aria-label="Profile: ccfu">@<bdi>ccfu</bdi></a> I can't reproduce this here, do you have more log lines around the one you posted so we can scope the issue a bit more?</p>
]]></description><link>https://forum.cloudron.io/post/35573</link><guid isPermaLink="true">https://forum.cloudron.io/post/35573</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Mon, 23 Aug 2021 09:39:17 GMT</pubDate></item></channel></rss>