mirror of
https://github.com/open-webui/desktop.git
synced 2026-07-25 13:45:43 -04:00
Runtime issues: monitorServerLogs() hangs, and appData is undefined in layout (likely due to SvelteKit plugin bug) #26
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AmesianX on GitHub (Apr 3, 2025).
The monitorServerLogs function has a bug that causes it to hang without returning a value.
After modifying the source code as shown below, the application initially works correctly, but then it halts again, stating that the appData variable is undefined in the layout. Accessing the app directly through the browser works as expected, so this appears to be a serious issue with the SvelteKit plugin.
src\utils\index.ts
src\main.ts