mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #22352] issue: Path Bug on Open Terminal running on windows #19706
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 @ppoak on GitHub (Mar 7, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22352
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
v0.8.8
Ollama Version (if applicable)
No response
Operating System
windows 10
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
After running cwd at any directory, from the navigation bar we should be able to jump back to the path displayed above.
Actual Behavior
After choosing the directory and click into the path, the navigation bar above doesn't display separated path to the file/directory like
D:\Desktop\mydirectoryin one block, and by clicking the path, the openwebui returnedFailed to load directory. Check your Terminal connection in Settings → Integrations.I've analyzed the reason and it's showed below.Steps to Reproduce
D:\Desktop\mydir\).Logs & Screenshots
Network Request Analysis:
Initial directory request payload (correct):
Request after navigating back to parent directory (incorrect):
Additional Information
When returning to the parent directory, the UI incorrectly adds a leading slash to the path, changing
D:\Desktopto/D:\Desktop, causing the backend to fail to parse the path correctly.@tjbck commented on GitHub (Mar 7, 2026):
Should be addressed in dev!
@Classic298 commented on GitHub (Mar 7, 2026):
044fd1bd15