Computing-For-All / nextjs-issue-tracker

Repository created to manage the UAT (User Acceptance Testing) workflow for the Next.js website. This repo will serve as a central hub for tracking issues, feedback, and improvements identified during testing phases, ensuring a smooth and efficient UAT process.
0 stars 0 forks source link

Figure out the [auth][error] InvalidCheck: PKCE code_verifier cookie was missing #42

Open theGaryLarson opened 4 days ago

theGaryLarson commented 4 days ago

Image


0|CareerServiceTest  | [auth][error] InvalidCheck: PKCE code_verifier cookie was missing. Read more at https://errors.authjs.dev#invalidcheck
0|CareerServiceTest  |     at Object.use (webpack-internal:///(rsc)/./node_modules/next-auth/node_modules/@auth/core/lib/actions/callback/oauth/checks.js:57:19)
0|CareerServiceTest  |     at handleOAuth (webpack-internal:///(rsc)/./node_modules/next-auth/node_modules/@auth/core/lib/actions/callback/oauth/callback.js:62:77)
0|CareerServiceTest  |     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
0|CareerServiceTest  |     at async Module.callback (webpack-internal:///(rsc)/./node_modules/next-auth/node_modules/@auth/core/lib/actions/callback/index.js:37:41)
0|CareerServiceTest  |     at async AuthInternal (webpack-internal:///(rsc)/./node_modules/next-auth/node_modules/@auth/core/lib/index.js:39:24)
0|CareerServiceTest  |     at async Auth (webpack-internal:///(rsc)/./node_modules/next-auth/node_modules/@auth/core/index.js:126:34)
0|CareerServiceTest  |     at async /home/cfatest/frontend-cfa/node_modules/next/dist/compiled/next-server/app-route.runtime.dev.js:6:53446
0|CareerServiceTest  |     at async e_.execute (/home/cfatest/frontend-cfa/node_modules/next/dist/compiled/next-server/app-route.runtime.dev.js:6:44747)
0|CareerServiceTest  |     at async e_.handle (/home/cfatest/frontend-cfa/node_modules/next/dist/compiled/next-server/app-route.runtime.dev.js:6:54700)
0|CareerServiceTest  |     at async doRender (/home/cfatest/frontend-cfa/node_modules/next/dist/server/base-server.js:1377:42)
0|CareerServiceTest  |     at async cacheEntry.responseCache.get.routeKind (/home/cfatest/frontend-cfa/node_modules/next/dist/server/base-server.js:1587:40)
0|CareerServiceTest  |     at async DevServer.renderToResponseWithComponentsImpl (/home/cfatest/frontend-cfa/node_modules/next/dist/server/base-server.js:1507:28)
0|CareerServiceTest  |     at async DevServer.renderPageComponent (/home/cfatest/frontend-cfa/node_modules/next/dist/server/base-server.js:1924:24)
0|CareerServiceTest  |     at async DevServer.renderToResponseImpl (/home/cfatest/frontend-cfa/node_modules/next/dist/server/base-server.js:1962:32)
0|CareerServiceTest  |     at async DevServer.pipeImpl (/home/cfatest/frontend-cfa/node_modules/next/dist/server/base-server.js:920:25)
0|CareerServiceTest  |     at async NextNodeServer.handleCatchallRenderRequest (/home/cfatest/frontend-cfa/node_modules/next/dist/server/next-server.js:272:17)
0|CareerServiceTest  |     at async DevServer.handleRequestImpl (/home/cfatest/frontend-cfa/node_modules/next/dist/server/base-server.js:816:17)
0|CareerServiceTest  |     at async /home/cfatest/frontend-cfa/node_modules/next/dist/server/dev/next-dev-server.js:339:20
0|CareerServiceTest  |     at async Span.traceAsyncFn (/home/cfatest/frontend-cfa/node_modules/next/dist/trace/trace.js:154:20)
0|CareerServiceTest  |     at async DevServer.handleRequest (/home/cfatest/frontend-cfa/node_modules/next/dist/server/dev/next-dev-server.js:336:24)
0|CareerServiceTest  |     at async invokeRender (/home/cfatest/frontend-cfa/node_modules/next/dist/server/lib/router-server.js:174:21)
0|CareerServiceTest  |     at async handleRequest (/home/cfatest/frontend-cfa/node_modules/next/dist/server/lib/router-server.js:353:24)
0|CareerServiceTest  |     at async requestHandlerImpl (/home/cfatest/frontend-cfa/node_modules/next/dist/server/lib/router-server.js:377:13)
0|CareerServiceTest  |     at async Server.requestListener (/home/cfatest/frontend-cfa/node_modules/next/dist/server/lib/start-server.js:141:13)```