mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #16819] issue: Azure AI Foundry Non-functional after 0.6.23 #56723
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 @decent-engineer-decent-datascientist on GitHub (Aug 22, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16819
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.23, 0.6.24
Ollama Version (if applicable)
No response
Operating System
Docker Image
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Azure AI Foundry has been functional as an added connection until 0.6.23
Actual Behavior
After upgrading to 0.6.23, all models fail with the following error on the docker console:
| ERROR | open_webui.routers.openai:generate_chat_completion:911 - 200, message='Attempt to decode JSON with unexpected mimetype: ', url='********'
Steps to Reproduce
Add a connection to an Azure AI Foundry endpoint, and then create a new chat with a model in that deployment
Logs & Screenshots
| ERROR | open_webui.routers.openai:generate_chat_completion:911 - 200, message='Attempt to decode JSON with unexpected mimetype: ', url='********'
No browser console errors
Additional Information
No response
@tjbck commented on GitHub (Aug 22, 2025):
Can we get more backend logs?
@decent-engineer-decent-datascientist commented on GitHub (Aug 22, 2025):
There really isn't anything in there around the error; it's just that single line and no errors on the front end.