diff --git a/apps/web/app/oauth/consent/page.tsx b/apps/web/app/oauth/consent/page.tsx index ddbd049c..c12887ca 100644 --- a/apps/web/app/oauth/consent/page.tsx +++ b/apps/web/app/oauth/consent/page.tsx @@ -167,6 +167,11 @@ function OAuthConsentContent() { targetUrl.pathname === "/oauth/consent") && targetUrl.searchParams.has("sig") && targetUrl.searchParams.has("exp") + console.log("isSignedInteractionRedirect", isSignedInteractionRedirect) + console.log("targetUrl", targetUrl) + console.log("accept", accept) + console.log("window.location.origin", window.location.origin) + console.log("pathname", targetUrl.pathname) if (accept && isSignedInteractionRedirect) { throw new Error( "Authorization could not finish because your session changed. Start the connection again from your app.",