anomalyco / anomalyco/opencode
[BUG] Invalid server route when opening or creating a session in OpenCode Web
@Hona is already working on this.
Since Aug 3, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
When using OpenCode Web remotely in Chromium, the web UI can fail after a project has been selected. Opening an existing session or clicking New session may leave the UI unresponsive. Chromium showed:
Error: Invalid server route
at ra (.../assets/index-<hash>.js:...)
at get serverKey (.../assets/index-<hash>.js:...)
The OpenCode backend remains healthy and can access the selected project.
The separate directory-picker problem is already reported in #39434. This report is only about the session/browser-route error after a project is selected.
Plugins
None
OpenCode version
Current beta: 0.0.0-beta-202608031317.
Also observed with stable 1.18.11.
Steps to reproduce
- Run
opencode webin Docker with password protection enabled. - Mount a project directory into the container and select that project in OpenCode Web.
- Open the web UI from another device on the private network.
- Try to open an existing session or click New session.
- Observe that the UI may become unresponsive and Chromium can show
Invalid server route.
Screenshot and/or share link
No response
Operating System
Ubuntu Docker host; Chromium client on Windows.
Terminal
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.