<?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[Suddenly can&#x27;t login to Vikunja!]]></title><description><![CDATA[<p dir="auto">This is the second time now this app just stopped working. I had added some Tasks and whatnot, nothing had changed though for several days. I was in fact nearing the end of a lengthy post about how using this app was a great solution... then it hung. When I refreshed the page, it wouldn't log me in. Here are the logs:</p>
<pre><code>May 06 09:46:45 172.18.0.1 - - [06/May/2021:07:46:45 +0000] "GET /api/v1/info HTTP/1.1" 502 568 "https://vikunja.example.com/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36"
May 06 09:46:45 2021/05/06 07:46:45 [error] 220#220: *108 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: default_server, request: "GET /api/v1/info HTTP/1.1", upstream: "http://127.0.0.1:3456/api/v1/info", host: "vikunja.example.com", referrer: "https://vikunja.example.com/login"
May 06 09:46:45 2021/05/06 07:46:45 [error] 220#220: *108 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: default_server, request: "GET /api/v1/info HTTP/1.1", upstream: "http://127.0.0.1:3456/api/v1/info", host: "vikunja.example.com", referrer: "https://vikunja.example.com/login"
May 06 09:46:47 172.18.0.1 - - [06/May/2021:07:46:47 +0000] "GET /sw.js HTTP/1.1" 304 0 "https://vikunja.example.com/sw.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36"

</code></pre>
<p dir="auto">I tried increasing a setting in the config.yml, <code>maxitemsperpage: 100</code>, from 50 to 100, as that seemed to be the only thing evident to me that could be affecting it. I restarted redis. I restarted PostgreSQL, I restarted the app, and I even rebooted the entire Cloudron! But the same error comes up, something up connection refused to upstream client.</p>
<p dir="auto">If this is fixable, great. If it isn't, what a shame, as I really, really, really invested quite a bit of time into using it to manage my domains!!</p>
<p dir="auto">Help!</p>
]]></description><link>https://forum.cloudron.io/topic/5022/suddenly-can-t-login-to-vikunja</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 21:53:25 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/5022.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 06 May 2021 07:53:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Suddenly can&#x27;t login to Vikunja! on Mon, 07 Jun 2021 08:38:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kolaente" aria-label="Profile: kolaente">@<bdi>kolaente</bdi></a> Sorry, I should have been clearer that setting the time zone was what got the app running again. I don't recall clearing any cache, despite <a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a>'s kind advice. I'll try disabling the cache, even though I can't say I've noticed any slowdowns. It either has worked well, or not worked at all! Thanks.</p>
]]></description><link>https://forum.cloudron.io/post/32500</link><guid isPermaLink="true">https://forum.cloudron.io/post/32500</guid><dc:creator><![CDATA[scooke]]></dc:creator><pubDate>Mon, 07 Jun 2021 08:38:10 GMT</pubDate></item><item><title><![CDATA[Reply to Suddenly can&#x27;t login to Vikunja! on Sun, 06 Jun 2021 22:04:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scooke" aria-label="Profile: scooke">@<bdi>scooke</bdi></a> That redis error is a problem in the caching layer provided by the orm I'm using for Vikunja. A few more details <a href="https://kolaente.dev/vikunja/frontend/issues/483" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>.<br />
The only solution right now is to disable the cache. If you're not running a very large installation, you won't notice the difference. I found that using redis can even slow down the overall speed because of the network overhead it has.</p>
<p dir="auto">There should be logs from Vikunja somewhere too, the logs you posted are only the ones from the cloudron runtime if I understood that correctly. Maybe <a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> can help with that?</p>
]]></description><link>https://forum.cloudron.io/post/32492</link><guid isPermaLink="true">https://forum.cloudron.io/post/32492</guid><dc:creator><![CDATA[kolaente]]></dc:creator><pubDate>Sun, 06 Jun 2021 22:04:19 GMT</pubDate></item><item><title><![CDATA[Reply to Suddenly can&#x27;t login to Vikunja! on Thu, 06 May 2021 17:57:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scooke" aria-label="Profile: scooke">@<bdi>scooke</bdi></a> Maybe the redis went corrupt. Looks like it is just a cache for the app, maybe you can try clearing it:</p>
<ul>
<li>First make a note of the app id.</li>
<li>If you do <code>docker stop redis-&lt;appid&gt;</code></li>
<li><code>rm /home/yellowtent/platformdata/redis/&lt;appid&gt;/dump.rdb</code>. This clears the previous redis database.</li>
<li><code>docker start redis-&lt;appid&gt;</code></li>
<li>Restart the app as well to re-establish redis connection</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/30908</link><guid isPermaLink="true">https://forum.cloudron.io/post/30908</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 06 May 2021 17:57:08 GMT</pubDate></item><item><title><![CDATA[Reply to Suddenly can&#x27;t login to Vikunja! on Thu, 06 May 2021 14:34:35 GMT]]></title><description><![CDATA[<p dir="auto">Well, I changed the time zone from <code>GMT+1</code> to <code>GMT</code> as per the details here (<a href="https://vikunja.io/docs/config-options/#timezone" target="_blank" rel="noopener noreferrer nofollow ugc">https://vikunja.io/docs/config-options/#timezone</a> - I would have thought something like "GMT+1" would have been correct), but now, even though it started up and I can log in, the logsnow shw a redis error:</p>
<pre><code>May 06 13:29:51 2021-05-06T11:29:51.950576113Z: ERROR ▶ [DATABASE] 1738 [redis_cacher] decode failed: gob: wrong type (models.RelatedTaskMap) for received field .RelatedTasks
</code></pre>
]]></description><link>https://forum.cloudron.io/post/30887</link><guid isPermaLink="true">https://forum.cloudron.io/post/30887</guid><dc:creator><![CDATA[scooke]]></dc:creator><pubDate>Thu, 06 May 2021 14:34:35 GMT</pubDate></item><item><title><![CDATA[Reply to Suddenly can&#x27;t login to Vikunja! on Thu, 06 May 2021 11:37:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scooke" aria-label="Profile: scooke">@<bdi>scooke</bdi></a> I can confirm that changing the timezone for the vikunja api makes the service fail. Switching it back to gmt makes the service start again.</p>
<p dir="auto">Seems like a case for the Vikunja bugtracker after all</p>
]]></description><link>https://forum.cloudron.io/post/30881</link><guid isPermaLink="true">https://forum.cloudron.io/post/30881</guid><dc:creator><![CDATA[fbartels]]></dc:creator><pubDate>Thu, 06 May 2021 11:37:47 GMT</pubDate></item><item><title><![CDATA[Reply to Suddenly can&#x27;t login to Vikunja! on Thu, 06 May 2021 11:28:30 GMT]]></title><description><![CDATA[<p dir="auto">Seems like a time zone error in the config.yml is affecting the api.  It was GMT+1... so I removed the +1.</p>
<p dir="auto">May 06 13:17:33 box:settings initCache: pre-load settings<br />
May 06 13:17:33 box:taskworker Starting task 7570. Logs are at /home/yellowtent/platformdata/logs/51667508-ab88-4d9d-ba18-be51560acaad/apptask.log<br />
May 06 13:17:33 box:tasks 7570: {"percent":2,"error":null}<br />
May 06 13:17:33 box:apptask <a href="http://vikunja.example.com" target="_blank" rel="noopener noreferrer nofollow ugc">vikunja.example.com</a> startTask installationState: pending_restart runState: running<br />
May 06 13:17:33 box:tasks 7570: {"percent":20,"message":"Restarting container"}<br />
May 06 13:17:34 2021-05-06 11:17:34,060 WARN received SIGTERM indicating exit request<br />
May 06 13:17:34 2021-05-06 11:17:34,061 INFO waiting for nginx to die<br />
May 06 13:17:35 2021-05-06 11:17:35,100 INFO stopped: nginx (exit status 0)<br />
May 06 13:17:36 ==&gt; Changing ownership<br />
May 06 13:17:36 ==&gt; Configuring vikunja-api<br />
May 06 13:17:36 box:tasks 7570: {"percent":100,"message":"Done"}<br />
May 06 13:17:36 box:apptask <a href="http://vikunja.example.com" target="_blank" rel="noopener noreferrer nofollow ugc">vikunja.example.com</a> updating app with values: {"installationState":"installed","error":null,"health":null}<br />
May 06 13:17:36 box:taskworker Task took 3.191 seconds<br />
May 06 13:17:36 box:tasks setCompleted - 7570: {"result":null,"error":null}<br />
May 06 13:17:36 box:tasks 7570: {"percent":100,"result":null,"error":null}<br />
May 06 13:17:48 ==&gt; Starting vikunja frontend and API using supervisor<br />
May 06 13:17:48 2021-05-06 11:17:48,745 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message.<br />
May 06 13:17:48 2021-05-06 11:17:48,745 INFO Included extra file "/etc/supervisor/conf.d/nginx.conf" during parsing<br />
May 06 13:17:48 2021-05-06 11:17:48,745 INFO Included extra file "/etc/supervisor/conf.d/vikunja-api.conf" during parsing<br />
May 06 13:17:48 2021-05-06 11:17:48,752 INFO RPC interface 'supervisor' initialized<br />
May 06 13:17:48 2021-05-06 11:17:48,752 CRIT Server 'unix_http_server' running without any HTTP authentication checking<br />
May 06 13:17:48 2021-05-06 11:17:48,753 INFO supervisord started with pid 1<br />
May 06 13:17:49 2021-05-06 11:17:49,757 INFO spawned: 'nginx' with pid 216<br />
May 06 13:17:49 2021-05-06 11:17:49,761 INFO spawned: 'vikunja-api' with pid 217<br />
May 06 13:17:50 172.18.0.1 - - [06/May/2021:11:17:50 +0000] "GET / HTTP/1.1" 200 1417 "-" "Mozilla (CloudronHealth)"<br />
May 06 13:17:50 Error parsing time zone: unknown location GMT+12021/05/06 11:17:50 Using config file: /app/code/api/config.yml<br />
May 06 13:17:50 2021/05/06 11:17:50 Redis initialized<br />
May 06 13:17:50 2021-05-06 11:17:50,114 INFO exited: vikunja-api (exit status 1; not expected)<br />
May 06 13:17:51 2021-05-06 11:17:51,116 INFO success: nginx entered RUNNING state, process has stayed up for &gt; than 1 seconds (startsecs)<br />
May 06 13:17:51 2021-05-06 11:17:51,120 INFO spawned: 'vikunja-api' with pid 235<br />
May 06 13:17:51 2021/05/06 11:17:51 Using config file: /app/code/api/config.yml<br />
May 06 13:17:51 2021/05/06 11:17:51 Redis initialized<br />
May 06 13:17:51 Error parsing time zone: unknown location GMT+12021-05-06 11:17:51,436 INFO exited: vikunja-api (exit status 1; not expected)<br />
May 06 13:17:53 2021-05-06 11:17:53,442 INFO spawned: 'vikunja-api' with pid 243<br />
May 06 13:17:53 2021/05/06 11:17:53 Using config file: /app/code/api/config.yml<br />
May 06 13:17:53 2021/05/06 11:17:53 Redis initialized<br />
May 06 13:17:53 Error parsing time zone: unknown location GMT+12021-05-06 11:17:53,698 INFO exited: vikunja-api (exit status 1; not expected)<br />
May 06 13:17:56 2021-05-06 11:17:56,706 INFO spawned: 'vikunja-api' with pid 253<br />
May 06 13:17:56 2021/05/06 11:17:56 Using config file: /app/code/api/config.yml<br />
May 06 13:17:56 2021/05/06 11:17:56 Redis initialized<br />
May 06 13:17:56 Error parsing time zone: unknown location GMT+12021-05-06 11:17:56,981 INFO exited: vikunja-api (exit status 1; not expected)<br />
May 06 13:17:57 2021-05-06 11:17:57,983 INFO gave up: vikunja-api entered FATAL state, too many start retries too quickly<br />
May 06 13:18:00 172.18.0.1 - - [06/May/2021:11:18:00 +0000] "GET / HTTP/1.1" 200 1417 "-" "Mozilla (CloudronHealth)"</p>
]]></description><link>https://forum.cloudron.io/post/30880</link><guid isPermaLink="true">https://forum.cloudron.io/post/30880</guid><dc:creator><![CDATA[scooke]]></dc:creator><pubDate>Thu, 06 May 2021 11:28:30 GMT</pubDate></item><item><title><![CDATA[Reply to Suddenly can&#x27;t login to Vikunja! on Thu, 06 May 2021 10:29:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scooke" aria-label="Profile: scooke">@<bdi>scooke</bdi></a> that looks like the service that is providing the vikunja api is failing/has stopped. I would have expected that a restart of the whole app would have made it start up again, but if that is not the case there must be something else going on.</p>
<p dir="auto">I would restart the app again and watch closely what kind of information are logged during the startup.</p>
<p dir="auto">Disclaimer: not affiliated with Vikunja and also not using it</p>
]]></description><link>https://forum.cloudron.io/post/30878</link><guid isPermaLink="true">https://forum.cloudron.io/post/30878</guid><dc:creator><![CDATA[fbartels]]></dc:creator><pubDate>Thu, 06 May 2021 10:29:22 GMT</pubDate></item><item><title><![CDATA[Reply to Suddenly can&#x27;t login to Vikunja! on Thu, 06 May 2021 09:48:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scooke" aria-label="Profile: scooke">@<bdi>scooke</bdi></a> FWIW, I can see the RAM usage in the app's Graphs plummeted from 133 to 18 at the same time as my login began failing. Seems like something isn't running. From my poking around the internet, the <code>failed upstream</code> message seems to have something to do with nginx. But I am not sure what to do to check more, or fix it. For now I will leave this post as the sole post, rather than also asking on the Vikunja Community forums, because it seems this is a Cloudron thing.</p>
]]></description><link>https://forum.cloudron.io/post/30877</link><guid isPermaLink="true">https://forum.cloudron.io/post/30877</guid><dc:creator><![CDATA[scooke]]></dc:creator><pubDate>Thu, 06 May 2021 09:48:47 GMT</pubDate></item></channel></rss>