Web/desktop breaks with blank page
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
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
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.
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?
yeah, that works. thanks!
But there's an issue with Client Server architecture. DMing on discord.