mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-16 01:02:08 -05:00
Login screen shows only spinner #579
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @iNenadnano on GitHub (Sep 16, 2025).
I have a weird issue with my Komodo deployment. Everything seemed to work until I tried to access it from another machine. Browser window only shown the spinner.
I did not see any errors or warnings in the browser console. I tried with incognito browsing, same thing. Back on my main machine, everything was working as expected, but then I decided to clear cache, and now I am unable to access web ui from anywhere, I am always seeing the spinner. Page acts the same whether being accessed through reverse proxy or directly. Docker logs show no issues. Do you have any ideas what might be the problem?
@mbecker20 commented on GitHub (Sep 16, 2025):
This was a small UI only issue which was reported shortly after 1.19.4. The immediate fix to login is to add "/login" to the url path explicitly.
Also, the hotfix for this should already be out in latest 1.19.4 image, you can update Core again.
@iNenadnano commented on GitHub (Sep 16, 2025):
Hi, thanks for letting me know, visiting
/logindoes solve the issue, but I am experiencing it even though on1.19.4, sorry for forgetting to mention it initially.