opencode icon indicating copy to clipboard operation
opencode copied to clipboard

Web/desktop breaks with blank page

Open PraveenAsh opened this issue 2 months ago • 3 comments

Description

Web not working for me even with default host Afaik was working fine till 1.0.160. That was my latest pull.

OpenCode version

1.0.160 ish checked on 1.0.142(works)

Steps to reproduce

  • Pull the latest code in the dev branch and cd into package/desktop, run bun run vite
  • Open the url in the browser(with/without) host, breaks the same
Image

I did set the RUST_TARGET = "x86_64-pc-windows-msvc" in the env. But nothing changed

Screenshot and/or share link

No response

Operating System

Windows x64

Terminal

CMD

PraveenAsh avatar Dec 24 '25 16:12 PraveenAsh

This issue might be a duplicate of existing issues. Please check:

  • #5237: opencode web mode broken: empty page - multiple versions and multiple os

Feel free to ignore if this doesn't address your specific case.

github-actions[bot] avatar Dec 24 '25 16:12 github-actions[bot]

Wait, why are you running it this way? If you want to run on the web app on the dev branch, just run bun dev web from repo root. Can you confirm that works for you?

adamdotdevin avatar Dec 25 '25 01:12 adamdotdevin

yeah, that works. thanks!

But there's an issue with Client Server architecture. DMing on discord.

PraveenAsh avatar Dec 25 '25 17:12 PraveenAsh