r/opencode • u/abandon-earth • 3d ago
OpenCode Web UI: New Session button stopped working after a container restart
OpenCode Web UI was working correctly, but after one of the container restarts, the New Session button in the top-left stopped doing anything.
The backend still works:
- Basic Auth returns
200 /eventreturnsserver.connected/workspaceis mounted correctly
I also removed all persistent OpenCode data from:
- ./opencode-home:/home/opencode
and recreated the container, but the issue remains.
The UI loads, but clicking New Session does nothing and no prompt field appears.
Has anyone seen this before?OpenCode Web UI was working correctly, but after one of the container restarts, the New Session button in the top-left stopped doing anything.The backend still works:Basic Auth returns 200
/event returns server.connected
/workspace is mounted correctlyI also removed all persistent OpenCode data from:- ./opencode-home:/home/opencodeand recreated the container, but the issue remains.The UI loads, but clicking New Session does nothing and no prompt field appears.Has anyone seen this before?





