mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #10287] 'type' error since update #31369
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 @KingSolomun79 on GitHub (Feb 18, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10287
Installation Method
docker image via coolify
Environment
Open WebUI Version: v0514 latest
Ollama (if applicable):
Operating System: windows 11 pro
Browser (if applicable): chrome
Confirmation:
Expected Behavior:
[Describe what you expected to happen.]
Actual Behavior:
whenever i type in a prompt in any model ( open router , antropic or openai i get a type error
im not an expert on docker and self hosting so i hope somebidy can help
Description
Bug Summary:
[Provide a brief but clear summary of the bug]
Reproduction Details
Steps to Reproduce:
[Outline the steps to reproduce the bug. Be as detailed as possible.]
Logs and Screenshots
Browser Console Logs:
cookies Array(0)
multi-tabs.js:3616 Injected CSS loaded successfully
+layout.svelte:459 Backend config: Object
+layout.svelte:76 connected i0kdVoo8DLOK8OkHAAAP
+layout.svelte:95 user-list Object
+layout.svelte:100 usage Object
+layout.svelte:95 user-list Object
Chat.svelte:390 mounted
RichTextInput.svelte:128
ChatControls.svelte:208 size 0 27
index.js:1158 [tiptap warn]: Duplicate extension names found: ['codeBlock']. This can lead to issues.
resolve @ index.js:1158Understand this warningAI
Chat.svelte:1221 submitPrompt tesr
Chat.svelte:183 saveSessionSelectedModels Array(1) ["anthropic/claude-3.5-haiku"]
MessageInput.svelte:344 destroy
RichTextInput.svelte:128
index.js:1158 [tiptap warn]: Duplicate extension names found: ['codeBlock']. This can lead to issues.
resolve @ index.js:1158Understand this warningAI
Chat.svelte:1388 modelId anthropic/claude-3.5-haiku
/api/chat/completions:1
Chat.svelte:1621 null
MessageInput.svelte:721
Docker Container Logs:
[Include relevant Docker container logs, if applicable]
Screenshots/Screen Recordings (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Additional Information
[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
@revolverista commented on GitHub (Feb 23, 2025):
@KingSolomun79 I am having the same issue , what was the fix ?
@AleVici commented on GitHub (May 21, 2025):
same problem for me after updating OpneWebUI, any suggestions?