There was an error while loading. Please reload this page.
1 parent c6d6bb4 commit 41ba279Copy full SHA for 41ba279
packages/core/auth-js/src/lib/errors.ts
@@ -240,8 +240,8 @@ export class AuthPKCECodeVerifierMissingError extends CustomAuthError {
240
super(
241
'PKCE code verifier not found in storage. ' +
242
'This can happen if the auth flow was initiated in a different browser or device, ' +
243
- 'or if the storage was cleared. For server-side auth, ensure you are using ' +
244
- '@supabase/ssr with cookie-based storage.',
+ 'or if the storage was cleared. For SSR frameworks (Next.js, SvelteKit, etc.), ' +
+ 'use @supabase/ssr on both the server and client to store the code verifier in cookies.',
245
'AuthPKCECodeVerifierMissingError',
246
400,
247
'pkce_code_verifier_not_found'
0 commit comments