-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Session error #4
Comments
I had a similar issue as well. *** TypeError: Cannot read properties of null (reading 'stripe_customer') *** FILE: ORIGINAL: CORRECTED: VERSIONS: |
It seems that supabase updated the way it sends cookies, and the code doesn't, this results in 500 error. Resolves dijonmusters#4
Same. Is the correct way like this?
|
Kendy205 provided a link to a PULL REQUEST that incorporates the fix that worked for me, i.e. the name of the cookie changed. |
Is there any update on this? I'm getting an AxiosError:
and
error - TypeError: Cannot read property 'setAuthCookie' of undefined |
Hi. I'm unable to move past lesson #19. I followed along and adjusted the code in [priceId].js to pass the session token to supabase, but I'm still receiving the 500 type error: "cannot read property 'stripe_customer' of null"
I'm not sure how to proceed. Should the server side call be handled differently?
For context, my code was working fine up to this point. So I'm confident the issue can be narrowed down to how the session cookie is being dealt with between Next and Supabase.
The text was updated successfully, but these errors were encountered: