-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
NextJS - Invalid Refresh Token #171
Comments
Scratch that, this is with any and every example using NextJS and Supabase, with or without auth-helper. Very weird behavior. |
@ARMATAV Do you know if there has been any updates about this? |
None so far - just a bunch of closed issues surrounding it; perhaps they deprioritized in favor of something else. |
Facing a similar issue where the users get signed out after the expiry time, upon debugging seems the refresh token fails with the |
This seems to be in a recent update. Im lowered my |
Tried downgrading to |
Any solution to this yet? |
I'm guessing does not work with |
https://supabase.com/blog/supabase-js-v2
Should be good to go here now, right? |
I've seen @thorwebdev reference #92 as resolving this issue but it still seems to be present. I'm using I've tried with @latest and @rc of supabase-js and related packages:
Edit: Updated package versions to reflect latest attempt state. |
The next release should make this more robust. You can already try it out with installing |
On the latest release, using purely the example in
examples/nextjs
, after theexp
time elapses, I'm getting the following error.How can I make sure that the automatic token refresh fires off properly?
(Local development via
supabase start
and its associated container(s))The text was updated successfully, but these errors were encountered: