Version: Buzz desktop 0.5.22 (Buzz_0.5.22_x64-setup_alpha-unsigned.exe, also via in-app update from 0.5.20)
OS: Windows 11 x64, WebView2 runtime current
Symptom: on launch the window shows the WebView2 "File not found / ERR_FILE_NOT_FOUND" page instead of the app.
Observed: with WEBVIEW2_ADDITIONAL_BROWSER_ARGUMENTS=--remote-debugging-port=9223, GET /json reports the page URL as
file:///C:/Users/RUNNER~1/AppData/Local/Temp/buzz-tauri-package-assets-izi1rV/dist — a path on the CI build runner, not on the user's machine.
Repro: clean install of 0.5.22 (kill app, run installer /S, relaunch) reproduces every time.
Workaround: roll back to 0.5.20 — the same check then reports http://tauri.localhost/ and the app loads normally, workspace and agents intact.
Suggested cause: the packaged frontend asset path is not being rewritten at bundle time for the Windows target, so the webview navigates to the runner's temp dist directory.
Version: Buzz desktop 0.5.22 (
Buzz_0.5.22_x64-setup_alpha-unsigned.exe, also via in-app update from 0.5.20)OS: Windows 11 x64, WebView2 runtime current
Symptom: on launch the window shows the WebView2 "File not found / ERR_FILE_NOT_FOUND" page instead of the app.
Observed: with
WEBVIEW2_ADDITIONAL_BROWSER_ARGUMENTS=--remote-debugging-port=9223,GET /jsonreports the page URL asfile:///C:/Users/RUNNER~1/AppData/Local/Temp/buzz-tauri-package-assets-izi1rV/dist— a path on the CI build runner, not on the user's machine.Repro: clean install of 0.5.22 (kill app, run installer
/S, relaunch) reproduces every time.Workaround: roll back to 0.5.20 — the same check then reports
http://tauri.localhost/and the app loads normally, workspace and agents intact.Suggested cause: the packaged frontend asset path is not being rewritten at bundle time for the Windows target, so the webview navigates to the runner's temp
distdirectory.