Dashboardopencodeopencode dev web proxy

opencode dev web proxy

Category: gotcha
Confidence: 1.00
ID: 01a07ea4-9297-7cfc-b0b3-46e2ad42e7c8
Project ID: c0425955-02bc-4c17-9af2-b114c00077e7
Cross-project: No
Recalled in other projects: 0
Source session: 0owN8Zwi30E6DL7hU
Created: 2026-09-08 01:31:49
Updated: 2026-09-08 01:31:49

Content

Trap: opencode dev web looks like the local UI development server, but it proxies https://app.opencode.ai, so local CSS/UI edits do not appear. Fix: without restarting existing services, run bun dev serve --port 4096 from the repository root and bun dev -- --port 4444 from packages/app, then open http://localhost:4444.

Move to: