j3ssie / osmedeus

A Workflow Engine for Offensive Security
https://osmedeus.org/
MIT License
5.25k stars 873 forks source link

Blank page after login #258

Open CyberM0nster opened 1 year ago

CyberM0nster commented 1 year ago

After login on web ui 1

the application shows a blank page image

but, it's possible to use the application changing the URL image

tienhuyvonguyen commented 12 months ago

same issue

j3ssie commented 12 months ago

Hmm, I just pushed the latest change for the UI. I

Can you guys try a fresh install by running rm -rf ~/osmedeus-base ~/.osmedeus and then run the install script again to have a clean installation?

Maybe try in the incognito to make sure the cache is clear as well

lazyest commented 12 months ago

In my particular case it returning wrong auth for a sec and then redirecting to blank page. Checked in several different deployments, I mean clean installations with docker. Also, I'm using traefik as reverse proxy but it worked before some moment

P4r4n01dB34r commented 7 months ago

As of today this problem is not resolved on latest version v4.6.3

Quick update, i found that i need to specify precisely the url with the last "slash" in the /ui/ path, otherwise it does not load the dashboard. So is needed to put the full url like http://0.0.0.0:5000/ui/, if you try http://0.0.0.0:5000/ui , so without the last "slash", it will not load the dashboard