mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-30 17:25:30 -05:00
[GH-ISSUE #15821] issue: build failure: src/routes/(app)/notes/+page.svelte:53:9 'showArchivedChats' is not defined #17685
Reference in New Issue
Block a user
Originally created by @lostmsu on GitHub (Jul 17, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15821
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.16
Ollama Version (if applicable)
No response
Operating System
NixOS Unstable
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
npm build should succeed
Actual Behavior
vite v5.4.15 building for production...
7:55:37 PM [vite-plugin-svelte] /build/source/src/routes/(app)/notes/+page.svelte:53:9 'showArchivedChats' is not defined
51: on:show={(e) => {
52: if (e.detail === 'archived-chat') {
53: showArchivedChats.set(true);
^
54: }
55: }}
Steps to Reproduce
No need for steps. The issue is present in source code, the corresponding var is not imported.
Logs & Screenshots
No need for steps. The issue is present in source code, the corresponding var is not imported.
Additional Information
No response
@tjbck commented on GitHub (Jul 18, 2025):
Good catch, addressed in dev!