mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 15:54:15 -05:00
Better error display of toast when the request to OpenAI API server via proxy fails #665
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 @rudeigerc on GitHub (Apr 18, 2024).
Bug Report
Description
Bug Summary:
The conversations shows the toast with text "Uh-oh! There was an issue connecting to [object Object]." when the request to OpenAI API server via proxy fails.
Steps to Reproduce:
Expected Behavior:
The toast displays "Uh-oh! There was an issue connecting to
Model Name / Server Address.".Actual Behavior:
The toast displays "Uh-oh! There was an issue connecting to [object Object].".
Environment
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
N/A
Docker Container Logs:
N/A
Screenshots (if applicable):
N/A
Installation Method
N/A
Additional Information
e0ebd7aeaf/src/routes/(app)/%2Bpage.svelte#L683-L696Note
N/A
@tjbck commented on GitHub (Apr 18, 2024):
Duplicate: #1454