<?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[n8n / Platform Services not starting since v7.7.1 upgrade]]></title><description><![CDATA[<p dir="auto">I'm using an older version of n8n (0.234.0) and it seems to be the only app that gets stuck on 'Restarting'. It stays on "Restarting - Waiting for Platform Services to start. See the Services view", and when I look at <code>/services</code> it seems like <code>mail</code> is the only one with a red light (<code>stopped</code>); I think I use Mailgun so not sure if it was ever running; clicking the <code>Restart</code> button on that service flashes this error (tokens replaced with XXXXX):</p>
<pre><code>Cloudron Error
configureMail errored with code 125 message Command failed: docker run --restart=always -d --name=mail --net cloudron --net-alias mail --log-driver syslog --log-opt syslog-address=udp://127.0.0.1:2514 --log-opt syslog-format=rfc5424 --log-opt tag=mail -m NaN --memory-swap 536870912 --dns 172.18.0.1 --dns-search=. -e CLOUDRON_MAIL_TOKEN=XXXXX -e CLOUDRON_RELAY_TOKEN=XXXXX -e LOGLEVEL=info -v /home/yellowtent/boxdata/mail:/app/data -v /home/yellowtent/platformdata/addons/mail:/etc/mail:ro --label isCloudronManaged=true --read-only -v /run -v /tmp registry.docker.com/cloudron/mail:3.12.1@sha256:f539bea6c7360d3c0aa604323847172359593f109b304bb2d2c5152ca56be05c invalid argument "NaN" for "-m, --memory" flag: invalid size: 'NaN' See 'docker run --help'. 
</code></pre>
<p dir="auto">The light stays yellow after the error disappears, but when refreshing the page it goes back to red.</p>
<p dir="auto">Logs for n8n show:</p>
<pre><code>Mar 21 01:04:49 =&gt; Ensure directories
Mar 21 01:04:49 =&gt; Loading configuration
Mar 21 01:04:54 =&gt; Setting permissions
Mar 21 01:04:56 =&gt; Starting N8N
Mar 21 01:05:12 Loading config overwrites [ '/app/data/configs/default.json' ]
</code></pre>
<p dir="auto">I also restarted Cloudron but it results in the same state.</p>
]]></description><link>https://forum.cloudron.io/topic/11367/n8n-platform-services-not-starting-since-v7-7-1-upgrade</link><generator>RSS for Node</generator><lastBuildDate>Sun, 13 Sep 2026 17:59:22 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/11367.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 21 Mar 2024 14:47:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to n8n / Platform Services not starting since v7.7.1 upgrade on Thu, 21 Mar 2024 23:23:00 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> seems also that the swap file was commented out in <code>/etc/fstab</code> (again not sure why/how) so it doesn't persist across restarts, and I guess the script you posted wouldn't affect this.</p>
<pre><code># /apps.swap  none  swap  sw  0 0
</code></pre>
<p dir="auto">After uncommenting and <code>reboot now</code>, there seems to be a swap file via <code>swapon</code>:</p>
<pre><code>/apps.swap file 3.7G 1.8M   -2
</code></pre>
<p dir="auto">And all apps are running / stopped as expected, nothing hanging <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=f0ef0373a83" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title="👍" alt="👍" /><img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f3fd.png?v=f0ef0373a83" class="not-responsive emoji emoji-android emoji--skin-tone-4" style="height:23px;width:auto;vertical-align:middle" title="🏽" alt="🏽" /> thanks for your patience and help <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f64f.png?v=f0ef0373a83" class="not-responsive emoji emoji-android emoji--pray" style="height:23px;width:auto;vertical-align:middle" title="🙏" alt="🙏" /><img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f3fd.png?v=f0ef0373a83" class="not-responsive emoji emoji-android emoji--skin-tone-4" style="height:23px;width:auto;vertical-align:middle" title="🏽" alt="🏽" />.</p>
<p dir="auto">I wonder what about this could have to do with the latest Cloudron update as I didn't touch anything in the last days and everything seemed to be fine.</p>
]]></description><link>https://forum.cloudron.io/post/85500</link><guid isPermaLink="true">https://forum.cloudron.io/post/85500</guid><dc:creator><![CDATA[rosano]]></dc:creator><pubDate>Thu, 21 Mar 2024 23:23:00 GMT</pubDate></item><item><title><![CDATA[Reply to n8n / Platform Services not starting since v7.7.1 upgrade on Fri, 22 Mar 2024 09:40:53 GMT]]></title><description><![CDATA[<p dir="auto">There is a bug in Cloudron that it parses swap info incorrectly when there are no swaps in the system. This is fixed in <a href="https://git.cloudron.io/cloudron/box/-/commit/b66e77a2d8930381c95153b041d7c3edd331364a" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.cloudron.io/cloudron/box/-/commit/b66e77a2d8930381c95153b041d7c3edd331364a</a></p>
]]></description><link>https://forum.cloudron.io/post/85518</link><guid isPermaLink="true">https://forum.cloudron.io/post/85518</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 22 Mar 2024 09:40:53 GMT</pubDate></item><item><title><![CDATA[Reply to n8n / Platform Services not starting since v7.7.1 upgrade on Thu, 21 Mar 2024 23:23:00 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> seems also that the swap file was commented out in <code>/etc/fstab</code> (again not sure why/how) so it doesn't persist across restarts, and I guess the script you posted wouldn't affect this.</p>
<pre><code># /apps.swap  none  swap  sw  0 0
</code></pre>
<p dir="auto">After uncommenting and <code>reboot now</code>, there seems to be a swap file via <code>swapon</code>:</p>
<pre><code>/apps.swap file 3.7G 1.8M   -2
</code></pre>
<p dir="auto">And all apps are running / stopped as expected, nothing hanging <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=f0ef0373a83" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title="👍" alt="👍" /><img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f3fd.png?v=f0ef0373a83" class="not-responsive emoji emoji-android emoji--skin-tone-4" style="height:23px;width:auto;vertical-align:middle" title="🏽" alt="🏽" /> thanks for your patience and help <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f64f.png?v=f0ef0373a83" class="not-responsive emoji emoji-android emoji--pray" style="height:23px;width:auto;vertical-align:middle" title="🙏" alt="🙏" /><img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f3fd.png?v=f0ef0373a83" class="not-responsive emoji emoji-android emoji--skin-tone-4" style="height:23px;width:auto;vertical-align:middle" title="🏽" alt="🏽" />.</p>
<p dir="auto">I wonder what about this could have to do with the latest Cloudron update as I didn't touch anything in the last days and everything seemed to be fine.</p>
]]></description><link>https://forum.cloudron.io/post/85500</link><guid isPermaLink="true">https://forum.cloudron.io/post/85500</guid><dc:creator><![CDATA[rosano]]></dc:creator><pubDate>Thu, 21 Mar 2024 23:23:00 GMT</pubDate></item><item><title><![CDATA[Reply to n8n / Platform Services not starting since v7.7.1 upgrade on Thu, 21 Mar 2024 23:15:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rosano" aria-label="Profile: rosano">@<bdi>rosano</bdi></a> I might have misread <code>#Port 22</code> as <code>Port 22</code> as it seems to have been commented out (not sure how/why). Uncommenting and rebooting enables ssh login via ip address again. Computers are hard <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f635.png?v=f0ef0373a83" class="not-responsive emoji emoji-android emoji--dizzy_face" style="height:23px;width:auto;vertical-align:middle" title="😵" alt="😵" /></p>
]]></description><link>https://forum.cloudron.io/post/85499</link><guid isPermaLink="true">https://forum.cloudron.io/post/85499</guid><dc:creator><![CDATA[rosano]]></dc:creator><pubDate>Thu, 21 Mar 2024 23:15:24 GMT</pubDate></item><item><title><![CDATA[Reply to n8n / Platform Services not starting since v7.7.1 upgrade on Thu, 21 Mar 2024 23:00:17 GMT]]></title><description><![CDATA[<p dir="auto">still working via support, but just want to note that <code>ssh</code> doesn't time out when replacing the IP address with the cloudron domain:</p>
<pre><code>ssh root@my.example.com
</code></pre>
]]></description><link>https://forum.cloudron.io/post/85498</link><guid isPermaLink="true">https://forum.cloudron.io/post/85498</guid><dc:creator><![CDATA[rosano]]></dc:creator><pubDate>Thu, 21 Mar 2024 23:00:17 GMT</pubDate></item><item><title><![CDATA[Reply to n8n / Platform Services not starting since v7.7.1 upgrade on Thu, 21 Mar 2024 19:10:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> sent, number 18901.</p>
]]></description><link>https://forum.cloudron.io/post/85477</link><guid isPermaLink="true">https://forum.cloudron.io/post/85477</guid><dc:creator><![CDATA[rosano]]></dc:creator><pubDate>Thu, 21 Mar 2024 19:10:08 GMT</pubDate></item><item><title><![CDATA[Reply to n8n / Platform Services not starting since v7.7.1 upgrade on Thu, 21 Mar 2024 18:15:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rosano" aria-label="Profile: rosano">@<bdi>rosano</bdi></a> yes, please can you drop a mail to <a href="mailto:support@cloudron.io" target="_blank" rel="noopener noreferrer nofollow ugc">support@cloudron.io</a> , I can debug why this is happenning now.</p>
]]></description><link>https://forum.cloudron.io/post/85474</link><guid isPermaLink="true">https://forum.cloudron.io/post/85474</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 21 Mar 2024 18:15:09 GMT</pubDate></item><item><title><![CDATA[Reply to n8n / Platform Services not starting since v7.7.1 upgrade on Thu, 21 Mar 2024 18:05:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> I was able to reset via Hetzner console yes, but I ran everything through their 'web console' not SSH. Would you able to use this root password from your end?</p>
]]></description><link>https://forum.cloudron.io/post/85473</link><guid isPermaLink="true">https://forum.cloudron.io/post/85473</guid><dc:creator><![CDATA[rosano]]></dc:creator><pubDate>Thu, 21 Mar 2024 18:05:45 GMT</pubDate></item><item><title><![CDATA[Reply to n8n / Platform Services not starting since v7.7.1 upgrade on Thu, 21 Mar 2024 18:03:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rosano" aria-label="Profile: rosano">@<bdi>rosano</bdi></a> ok, I think NaN is some cloudron bug that we have to debug further. But before we can debug that, we have to get SSH access somehow. Did you figure out the root password ? It seems you ran <code>sudo grep Port /etc/ssh/sshd_config</code> , so I guess you had root password, somehow?</p>
]]></description><link>https://forum.cloudron.io/post/85472</link><guid isPermaLink="true">https://forum.cloudron.io/post/85472</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 21 Mar 2024 18:03:50 GMT</pubDate></item><item><title><![CDATA[Reply to n8n / Platform Services not starting since v7.7.1 upgrade on Thu, 21 Mar 2024 18:00:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> mail is <code>stopped</code>, clicking restart shows the same error as my initial post. might have to do with <code>argument "NaN" for "-m, --memory" flag: invalid size: 'NaN'</code>?</p>
]]></description><link>https://forum.cloudron.io/post/85471</link><guid isPermaLink="true">https://forum.cloudron.io/post/85471</guid><dc:creator><![CDATA[rosano]]></dc:creator><pubDate>Thu, 21 Mar 2024 18:00:57 GMT</pubDate></item><item><title><![CDATA[Reply to n8n / Platform Services not starting since v7.7.1 upgrade on Thu, 21 Mar 2024 17:55:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rosano" aria-label="Profile: rosano">@<bdi>rosano</bdi></a> under Services, is everything running? Or is mail container stuck in the same way as before?</p>
]]></description><link>https://forum.cloudron.io/post/85469</link><guid isPermaLink="true">https://forum.cloudron.io/post/85469</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 21 Mar 2024 17:55:39 GMT</pubDate></item><item><title><![CDATA[Reply to n8n / Platform Services not starting since v7.7.1 upgrade on Thu, 21 Mar 2024 17:27:57 GMT]]></title><description><![CDATA[<p dir="auto"><code>swapoff</code> seemed to not do anything, but <code>sudo rm /apps.swap</code> did and I was able to run the script which seemed to be successful. After reboot via the Cloudron console and also power cycle on Hetzner, I'm still in the same place: 8 apps <code>Running</code>, 1 app stuck on <code>Restarting</code>, 3 apps stuck on <code>Stopping</code>, timeout when connecting via <code>ssh</code>.</p>
]]></description><link>https://forum.cloudron.io/post/85467</link><guid isPermaLink="true">https://forum.cloudron.io/post/85467</guid><dc:creator><![CDATA[rosano]]></dc:creator><pubDate>Thu, 21 Mar 2024 17:27:57 GMT</pubDate></item><item><title><![CDATA[Reply to n8n / Platform Services not starting since v7.7.1 upgrade on Thu, 21 Mar 2024 17:18:59 GMT]]></title><description><![CDATA[<p dir="auto">so something went wrong with that swap file then. Try to remove that file and run the script again, that should rebuild swap</p>
]]></description><link>https://forum.cloudron.io/post/85464</link><guid isPermaLink="true">https://forum.cloudron.io/post/85464</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Thu, 21 Mar 2024 17:18:59 GMT</pubDate></item><item><title><![CDATA[Reply to n8n / Platform Services not starting since v7.7.1 upgrade on Thu, 21 Mar 2024 17:11:08 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 checked via <code>sudo grep Port /etc/ssh/sshd_config</code> and it says <code>Port 22</code>.</p>
]]></description><link>https://forum.cloudron.io/post/85462</link><guid isPermaLink="true">https://forum.cloudron.io/post/85462</guid><dc:creator><![CDATA[rosano]]></dc:creator><pubDate>Thu, 21 Mar 2024 17:11:08 GMT</pubDate></item><item><title><![CDATA[Reply to n8n / Platform Services not starting since v7.7.1 upgrade on Thu, 21 Mar 2024 17:07:16 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> it says:</p>
<pre><code>Swap file already exists at /apps.swap . Skipping
</code></pre>
]]></description><link>https://forum.cloudron.io/post/85461</link><guid isPermaLink="true">https://forum.cloudron.io/post/85461</guid><dc:creator><![CDATA[rosano]]></dc:creator><pubDate>Thu, 21 Mar 2024 17:07:16 GMT</pubDate></item><item><title><![CDATA[Reply to n8n / Platform Services not starting since v7.7.1 upgrade on Thu, 21 Mar 2024 17:04:52 GMT]]></title><description><![CDATA[<p dir="auto">Ok so no swap file exists, probably causing the issue. Can you run <code>/home/yellowtent/box/setup/start/cloudron-resize-fs.sh</code> with sudo via SSH? This should ensure a swap file</p>
]]></description><link>https://forum.cloudron.io/post/85459</link><guid isPermaLink="true">https://forum.cloudron.io/post/85459</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Thu, 21 Mar 2024 17:04:52 GMT</pubDate></item><item><title><![CDATA[Reply to n8n / Platform Services not starting since v7.7.1 upgrade on Thu, 21 Mar 2024 17:00:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> got in via the web console. <code>swapon</code> finishes with no output.</p>
]]></description><link>https://forum.cloudron.io/post/85457</link><guid isPermaLink="true">https://forum.cloudron.io/post/85457</guid><dc:creator><![CDATA[rosano]]></dc:creator><pubDate>Thu, 21 Mar 2024 17:00:47 GMT</pubDate></item><item><title><![CDATA[Reply to n8n / Platform Services not starting since v7.7.1 upgrade on Thu, 21 Mar 2024 17:00:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rosano" aria-label="Profile: rosano">@<bdi>rosano</bdi></a> is it possible that you had changed the ssh port away from 22 to maybe 202 for example?</p>
]]></description><link>https://forum.cloudron.io/post/85456</link><guid isPermaLink="true">https://forum.cloudron.io/post/85456</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Thu, 21 Mar 2024 17:00:32 GMT</pubDate></item><item><title><![CDATA[Reply to n8n / Platform Services not starting since v7.7.1 upgrade on Thu, 21 Mar 2024 16:57:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> seems like hard reboot has the same result. Hetzner has a web console, but I will need to figure out what the password is, let me see…</p>
<p dir="auto">Also tried stopping some apps I installed recently (cloudron build, docker registry, one custom packaged app) but it seems that process also stalls 'waiting for platform services to start'.</p>
]]></description><link>https://forum.cloudron.io/post/85455</link><guid isPermaLink="true">https://forum.cloudron.io/post/85455</guid><dc:creator><![CDATA[rosano]]></dc:creator><pubDate>Thu, 21 Mar 2024 16:57:50 GMT</pubDate></item><item><title><![CDATA[Reply to n8n / Platform Services not starting since v7.7.1 upgrade on Thu, 21 Mar 2024 16:45:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rosano" aria-label="Profile: rosano">@<bdi>rosano</bdi></a> the upgrade shouldn't make the server unreachable. Can you think of a way to ssh into your server? Maybe hard reboot the server? Is this a home server or a VPS? Usually, there is a way to access the console and you can check the boot logs in the console.</p>
]]></description><link>https://forum.cloudron.io/post/85452</link><guid isPermaLink="true">https://forum.cloudron.io/post/85452</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 21 Mar 2024 16:45:35 GMT</pubDate></item><item><title><![CDATA[Reply to n8n / Platform Services not starting since v7.7.1 upgrade on Thu, 21 Mar 2024 16:45:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> I did it a few days ago, not sure what changed other than the upgrade? I have another server for CapRover with the same provider (Hetzner) and I can ssh there without issue.</p>
]]></description><link>https://forum.cloudron.io/post/85451</link><guid isPermaLink="true">https://forum.cloudron.io/post/85451</guid><dc:creator><![CDATA[rosano]]></dc:creator><pubDate>Thu, 21 Mar 2024 16:45:13 GMT</pubDate></item><item><title><![CDATA[Reply to n8n / Platform Services not starting since v7.7.1 upgrade on Thu, 21 Mar 2024 16:33:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rosano" aria-label="Profile: rosano">@<bdi>rosano</bdi></a> The error now is different. So, you cannot ssh into the server? This is more at the VPS/server level. Maybe you moved SSH to a different port or have some block list ?</p>
]]></description><link>https://forum.cloudron.io/post/85449</link><guid isPermaLink="true">https://forum.cloudron.io/post/85449</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 21 Mar 2024 16:33:00 GMT</pubDate></item><item><title><![CDATA[Reply to n8n / Platform Services not starting since v7.7.1 upgrade on Thu, 21 Mar 2024 16:03:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> <code>ssh</code> times out:</p>
<pre><code>ssh: connect to host XXXXX port 22: Operation timed out
</code></pre>
<p dir="auto">Does this also need platform services to start first? I feel a bit stuck here. Can I downgrade somehow?</p>
]]></description><link>https://forum.cloudron.io/post/85444</link><guid isPermaLink="true">https://forum.cloudron.io/post/85444</guid><dc:creator><![CDATA[rosano]]></dc:creator><pubDate>Thu, 21 Mar 2024 16:03:42 GMT</pubDate></item><item><title><![CDATA[Reply to n8n / Platform Services not starting since v7.7.1 upgrade on Thu, 21 Mar 2024 15:36:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rosano" aria-label="Profile: rosano">@<bdi>rosano</bdi></a> if you run <code>swapon</code> on the server, it should tell you if it has any swap at all.</p>
]]></description><link>https://forum.cloudron.io/post/85439</link><guid isPermaLink="true">https://forum.cloudron.io/post/85439</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 21 Mar 2024 15:36:53 GMT</pubDate></item><item><title><![CDATA[Reply to n8n / Platform Services not starting since v7.7.1 upgrade on Thu, 21 Mar 2024 15:19:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> I think not, but maybe? What can I type in to verify / enable?</p>
]]></description><link>https://forum.cloudron.io/post/85434</link><guid isPermaLink="true">https://forum.cloudron.io/post/85434</guid><dc:creator><![CDATA[rosano]]></dc:creator><pubDate>Thu, 21 Mar 2024 15:19:57 GMT</pubDate></item></channel></rss>