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.40 tag
- Set environment variable
DISABLE_AUTH to true in docker-compose.local.yml for all services
- In
sim/, run docker 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
Describe the bug
I've modified
docker-compose.local.ymlto specify- DISABLE_AUTH=truefor 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
v0.5.40tagDISABLE_AUTHtotruein docker-compose.local.yml for all servicessim/, rundocker compose -f docker-compose.local.yml up -dExpected behavior
Browser shows a usable page