sim icon indicating copy to clipboard operation
sim copied to clipboard

[BUG] Setting "DISABLE_AUTH=true" in docker-compose.local.yml produces empty /workspace page

Open tb10kc opened this issue 3 weeks ago • 6 comments

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

  1. Sync to v0.5.40 tag
  2. Set environment variable DISABLE_AUTH to true in docker-compose.local.yml for all services
  3. In sim/, run docker compose -f docker-compose.local.yml up -d
  4. Open SimStudio in a browser
  5. See blank page, look at source to see HTML

Expected behavior Browser shows a usable page

tb10kc avatar Dec 22 '25 18:12 tb10kc

Getting this as well.

TechHutTV avatar Dec 23 '25 02:12 TechHutTV

@TechHutTV @tb10kc can you go to browser devtools > application > cookies and delete them all? and see if you still have any issues?

waleedlatif1 avatar Dec 23 '25 02:12 waleedlatif1

@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.

TechHutTV avatar Dec 23 '25 13:12 TechHutTV

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.

tb10kc avatar Dec 23 '25 18:12 tb10kc