-
Notifications
You must be signed in to change notification settings - Fork 131
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
Need to update to new supabase-js version for a bug fix #442
Comments
I've the same issue and i thought the Server-Side-Rendering is broken. But the supabase-package is broken. Thanks! Use 'overrides' in your package.json to use the new version:
The new version 2.67.1 is also OK |
Yeah exactly. Currently using overrides as well but the package needs to be updated anyways. |
Also having my sb-db-auth-token cookie wiped on page refresh... |
I've updated |
Yes, it works in my project. Thanks for updating! |
Hi sorry for not opening a PR as I don't know the procedure when updating packages.
With the 1.4.4 that uses an older supabase-js version, user gets logged out automatically. This bug is fixed with the new authjs version which was merged to supabase-js two days ago.
Need a quick version update on supabase-js package to:
https://github.com/supabase/supabase-js/releases/tag/v2.47.7
Because of this bug:
supabase/auth-js#995
For this fix:
supabase/auth-js#999
The text was updated successfully, but these errors were encountered: