You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.error('Failed to fetch OIDC discovery document',{
165
182
status: discoveryResponse.status,
166
-
statusText: discoveryResponse.statusText,
167
183
})
168
184
returnNextResponse.json(
169
185
{
170
-
error: `Failed to fetch OIDC discovery document from ${discoveryUrl}. Status: ${discoveryResponse.status}. Provide all endpoints explicitly or verify the issuer URL.`,
186
+
error:
187
+
'Failed to fetch OIDC discovery document. Provide all endpoints explicitly or verify the issuer URL.',
0 commit comments