From 73f32a88e318172d1b089274f23d9819a2110c82 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 29 Sep 2025 21:30:19 -0500 Subject: [PATCH] fix: discovery url --- backend/open_webui/routers/configs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/open_webui/routers/configs.py b/backend/open_webui/routers/configs.py index f19fbeedd0..46fbb41b99 100644 --- a/backend/open_webui/routers/configs.py +++ b/backend/open_webui/routers/configs.py @@ -213,7 +213,7 @@ async def verify_tool_servers_config( ) async with aiohttp.ClientSession() as session: async with session.get( - discovery_urls[0] + discovery_url ) as oauth_server_metadata_response: if oauth_server_metadata_response.status == 200: try: