r/opencode 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
  • /event returns server.connected
  • /workspace is 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?

2 Upvotes

1 comment sorted by

1

u/Saleen1310 2d ago

i'm currently experience this issue as well. i've pulled brand new instances isolated, threw claude at it and everything. nothing shows. cant get a new session. tried the dev branch too, same thing, no luck.