-
Notifications
You must be signed in to change notification settings - Fork 598
🐛 mcp-chat: incorrect provider error "no healthy upstream" #8381
Copy link
Copy link
Open
Labels
Description
Workspace
mcp-chat
📜 Description
The mcp-chat plugin displays an error message indicating that the provider apparently doesn't work. Strangely the chat still works. This message confuses users.
Plugin versions
- @backstage-community/plugin-mcp-chat: 0.6.0
- @backstage-community/plugin-mcp-chat-backend: 0.8.0
Could be related to: #8297
👍 Expected behavior
No error message should be visible
👎 Actual Behavior with Screenshots
Provider is working but an error message is visible
API Response of /api/mcp-chat/provider/status
{
"providers": [
{
"id": "openai",
"model": "xxxxx-gpt-4.1-mini-2025-04-14-model",
"baseUrl": "https://xxxxx-svc.openai.azure.com/openai/v1",
"connection": {
"connected": false,
"models": [],
"error": "no healthy upstream"
}
}
],
"summary": {
"totalProviders": 1,
"healthyProviders": 0
},
"timestamp": "2026-04-01T06:50:00.423Z"
}
👟 Reproduction steps
I am not yet sure. I suspect something went wrong and since then it is in this incorrect state.
📃 Provide the context for the Bug.
No response
👀 Have you spent some time to check if this bug has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
Are you willing to submit PR?
None
Reactions are currently unavailable