Summary
Buzz Desktop on Windows continues to offer 0.5.22 through the in-app updater even though:
- the 0.5.22 Windows package is unusable because its WebView points to a CI-runner
frontendDist path, and
- 0.5.23 has been released with the Windows packaged-frontend path fix.
This leaves users on an older working build being prompted to install a known-broken update, while the fixed release is not delivered through the updater.
Environment
- Windows 11 x64
- Current working Buzz Desktop: 0.5.3
- Update offered by Desktop: 0.5.22
- Broken installed build preserved and inspected: 0.5.22
- Fixed GitHub release available: 0.5.23
- Community relay: self-hosted on a remote VPS; relay health is unrelated and remained healthy
Steps to reproduce
- Run a working older Buzz Desktop build on Windows.
- Open the updater or observe the update notification.
- Accept the offered 0.5.22 update.
- Relaunch Buzz Desktop.
- The window renders the Edge WebView
File not found / ERR_FILE_NOT_FOUND page.
- Roll back to the older build.
- Check for updates again: Desktop still offers 0.5.22 rather than 0.5.23.
Actual behavior
The update channel remains pinned to 0.5.22. Installing it makes the Windows desktop UI unusable because the executable tries to load frontend assets from a nonexistent build-runner path resembling:
C:\Users\RUNNER~1\AppData\Local\Temp\buzz-tauri-package-assets-...\dist
The relay and community continue running; only the Desktop UI fails.
Expected behavior
The updater should stop offering 0.5.22 on Windows and deliver 0.5.23 (or a newer verified build). A release known to make the client unusable should be withdrawn from the update feed.
Impact
Users following the normal in-app update prompt lose access to the Desktop interface and must manually roll back. This creates repeated breakage even though a fixed release exists.
Related issues
Suggested resolution
- Promote 0.5.23 (or newer) in the updater manifest.
- Remove or block 0.5.22 from the Windows update path.
- Add a release check ensuring the packaged WebView entry point does not contain a CI-runner filesystem path.
Summary
Buzz Desktop on Windows continues to offer 0.5.22 through the in-app updater even though:
frontendDistpath, andThis leaves users on an older working build being prompted to install a known-broken update, while the fixed release is not delivered through the updater.
Environment
Steps to reproduce
File not found / ERR_FILE_NOT_FOUNDpage.Actual behavior
The update channel remains pinned to 0.5.22. Installing it makes the Windows desktop UI unusable because the executable tries to load frontend assets from a nonexistent build-runner path resembling:
The relay and community continue running; only the Desktop UI fails.
Expected behavior
The updater should stop offering 0.5.22 on Windows and deliver 0.5.23 (or a newer verified build). A release known to make the client unusable should be withdrawn from the update feed.
Impact
Users following the normal in-app update prompt lose access to the Desktop interface and must manually roll back. This creates repeated breakage even though a fixed release exists.
Related issues
Suggested resolution