Skip to content

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

@tb10kc

Description

@tb10kc

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions