Kitana icon indicating copy to clipboard operation
Kitana copied to clipboard

[Docker] Broken version: v0.4.3-1

Open wax911 opened this issue 2 years ago • 3 comments

So it seems like pannal/kitana:0.4.3-1 is broken for docker at least. At first I thought that maybe something was wrong with the setup so I installed did the same docker configuration on a different machine and the result it always the same. Only thing I get are 404 error in the network tab under dev tools, not entirely sure why though. Logs are clean no errors or warning, however downgrading to pannal/kitana:0.4.2 fixed all the issues for me

wax911 avatar Feb 14 '22 17:02 wax911

What does your run command look like? It's possible you're using the prefix argument -p such as -p kitana and not appending that to the URL.

brettinternet avatar Jul 23 '22 21:07 brettinternet

Possibly. I don't recall adding any params, just had docker compose. Currently the entry point is python,kitana.py

wax911 avatar Aug 25 '22 18:08 wax911

I'm running v0.4.3-1 successfully. But for anyone not able to, feel free to downgrade to 0.4.2. The functionality is the same.

pannal avatar Oct 29 '22 00:10 pannal