Skip to content

[Bug] White screen / "Application error" - crypto.randomUUID is not a function #3393

@botdaimyonpf-ux

Description

@botdaimyonpf-ux

Environment

  • Self-hosted via Docker (docker-compose.prod.yml)
  • simstudio image: ghcr.io/simstudioai/simstudio:latest
  • Next.js 16.1.6
  • Access: http://192.168.1.52:3000 (local network)

Symptom

After logging in, the screen goes white and displays:

"Application error: a client-side exception has occurred (see the browser console for more information)"

Console Error (root cause)

TypeError: crypto.randomUUID is not a function
    at eR (http://192.168.1.52:3000/_next/static/chunks/86cfdb2b28a0ba33.js:1:41123)

Additional Console Messages

  • Cross-Origin-Opener-Policy header ignored (HTTP / non-HTTPS origin)
  • 404 on some resources
  • 401 Unauthorized on some API calls after login

Reproducibility

Reproduced with Playwright (Chromium) automation. Also occurs in Safari and Chrome when accessing manually.

Related

Workaround Tried

  • Cleared browser cookies: no effect
  • OLLAMA_URL disabled: reduced logs but white screen persists

Thank you for maintaining simAI. We use it for order confirmation workflow (発注確認レポート).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions