mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #20448] issue: The user is unable to create a new conversation #57856
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 @ineffable-love on GitHub (Jan 7, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20448
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.43.2
Ollama Version (if applicable)
No response
Operating System
win11
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Users can create a new conversation by clicking the "New Chat" button, and by setting a default model, a new dialog box will be created upon clicking.
Actual Behavior
After clicking "New Chat," the page does not refresh to the new dialog interface but remains on the original conversation. Additionally, the model set via the sidebar cannot be used. When clicking the pre-configured model in the sidebar, the page URL changes, but the expected result is not achieved—the interface still stays on the original conversation page.
Steps to Reproduce
When logged in as a regular user, the functionality of selecting a model and pinning it to the sidebar remains operational. However, when using a model pinned in the sidebar or the preset default model, only the URL changes—the expected effect is not produced.
Logs & Screenshots
Bv06q6k0.js:146 [tiptap warn]: Duplicate extension names found: ['codeBlock', 'bulletList', 'listItem', 'listKeymap', 'orderedList']. This can lead to issues.
Additional Information
No response
@owui-terminator[bot] commented on GitHub (Jan 7, 2026):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#20414 issue: Chats can't be archived
by Ithanil • Jan 06, 2026 •
bug#20059 issue: Chat response is not working
by navilg • Dec 20, 2025 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@Classic298 commented on GitHub (Jan 7, 2026):
I think this is fixed in dev - please check
@silentoplayz commented on GitHub (Jan 7, 2026):
I am unable to reproduce the described issue on the latest
devbranch. I have tested using both Chrome and Firefox browsers. More information is warranted.