Hi there!
First off, thanks for the great project! I've used versions prior to 2.0 before and really liked the experience. However, while setting up a fresh test instance today with the latest release, I encountered a blocking issue.
Update: I have this bug only when trying to open Komodo by localhost:9120 but via 127.0.0.1:9120 it works well. Could do please notify about that behaviour somehow?
Bug Description
I'm trying to set up a local test instance of Komodo, but I'm encountering a white screen showing the 'Komodo Log In' text and logo, followed by an automatic logout after a few seconds.
Steps to Reproduce
- Followed the official guide.
- Tried using the configurations from the compose directory.
- Running on
localhost (default credentials admin: changeme)
Current Behavior
The UI loads partially but then fails with multiple connection errors in the browser console. Docker logs show no obvious errors.
Failed to load resource: net::ERR_CONNECTION_REFUSED
client/lib.js:1 Failed to load resource: net::ERR_CONNECTION_REFUSED
client/lib.d.ts:1 Failed to load resource: net::ERR_CONNECTION_REFUSED
client/responses.js:1 Failed to load resource: net::ERR_CONNECTION_REFUSED
client/responses.d.ts:1 Failed to load resource: net::ERR_CONNECTION_REFUSED
client/types.js:1 Failed to load resource: net::ERR_CONNECTION_REFUSED
client/types.d.ts:1 Failed to load resource: net::ERR_CONNECTION_REFUSED
client/terminal.js:1 Failed to load resource: net::ERR_CONNECTION_REFUSED
client/terminal.d.ts:1 Failed to load resource: net::ERR_CONNECTION_REFUSED
auth/GetUser:1 Failed to load resource: net::ERR_CONNECTION_REFUSED
index-D3uIgxsh.js:1954 Uncaught (in promise) TypeError: Failed to fetch
at index-D3uIgxsh.js:1954:16693
at Array.map (<anonymous>)
at index-D3uIgxsh.js:1954:16686
at Array.map (<anonymous>)
at lqn (index-D3uIgxsh.js:1954:16651)
at index-D3uIgxsh.js:1954:17487
read/GetCoreInfo:1 Failed to load resource: net::ERR_CONNECTION_REFUSED
auth/GetLoginOptions:1 Failed to load resource: net::ERR_CONNECTION_REFUSED
Hi there!
First off, thanks for the great project! I've used versions prior to 2.0 before and really liked the experience. However, while setting up a fresh test instance today with the latest release, I encountered a blocking issue.
Update: I have this bug only when trying to open Komodo by
localhost:9120but via127.0.0.1:9120it works well. Could do please notify about that behaviour somehow?Bug Description
I'm trying to set up a local test instance of Komodo, but I'm encountering a white screen showing the 'Komodo Log In' text and logo, followed by an automatic logout after a few seconds.
Steps to Reproduce
localhost(default credentialsadmin:changeme)Current Behavior
The UI loads partially but then fails with multiple connection errors in the browser console. Docker logs show no obvious errors.