[BUG] Setting "DISABLE_AUTH=true" in docker-compose.local.yml produces empty /workspace page
Describe the bug
I've modified docker-compose.local.yml to specify - DISABLE_AUTH=true for all services. The login page is bypassed which is awesome, but the page the browser goes to (<host>/workspace) is just an empty page. There is HTML being downloaded with body, header, and script blocks, but there are also <!--$--> and <!--/$--> which are presumably placeholder markers for generated content (but I could be wrong).
To Reproduce
- Sync to
v0.5.40tag - Set environment variable
DISABLE_AUTHtotruein docker-compose.local.yml for all services - In
sim/, rundocker compose -f docker-compose.local.yml up -d - Open SimStudio in a browser
- See blank page, look at source to see HTML
Expected behavior Browser shows a usable page
Getting this as well.
@TechHutTV @tb10kc can you go to browser devtools > application > cookies and delete them all? and see if you still have any issues?
@waleedlatif1 yes, even if I clear everything or new fresh installed browsers. I even nuked the database to see if me trying to create an account previously was having any effect.
Yep, still happens. Tried in Chrome after clearing cookies, and I didn't have Firefox on this particular machine so I installed it and still got a blank page.
I'd like to add that I have a separate Postgres db running and set up the connection info for all services. The db connection is valid because other services are using the same info and are functioning properly. Using pgAdmin 4, I can see that Sim Studio creates a database called simstudio and has a schema called public but no tables.