[AuthApiError]: invalid request: both auth code and code verifier should be non-empty
🟢SSRauth🟡javascript
I'm trying to make an application that is invite-only and uses Google Social Auth in Next.js 15 PKCE SSR. I have a base example application set up. All I have done is initialized the next application using shadcn, and I'm using the social auth block from the Supabase UI registry. The only thing I've modified is the login form component, and I'm changing github with google. That is it.
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.