From 9d1285879e4dfb0ea60b5ba6fc6d7b2f2d843a5f Mon Sep 17 00:00:00 2001 From: Mahesh Sanikommu Date: Tue, 16 Jun 2026 14:38:10 -0700 Subject: [PATCH] add logging --- .git-worktrees/nova-1071 | 1 + apps/web/app/oauth/consent/page.tsx | 5 +++++ 2 files changed, 6 insertions(+) create mode 160000 .git-worktrees/nova-1071 diff --git a/.git-worktrees/nova-1071 b/.git-worktrees/nova-1071 new file mode 160000 index 00000000..fd98c5e1 --- /dev/null +++ b/.git-worktrees/nova-1071 @@ -0,0 +1 @@ +Subproject commit fd98c5e11ad750388b1b11df4d9ab05839fc3d0c 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.",