You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had an issue on my app and I thought I did something wrong, but I just tried the nextjs/ssr/auth example in the supabase repo, and I also have a problem.
Repro step:
Sign-up
Wait 1hour
Try to go on the profile page (SSR)
It will redirect you to the index page because the token is expired. And if you click on the static example, you'll have an error :
SSR -> I can't even manually use the refresh token since it's not in the cookie.
Client side -> Weird behavior, it seems that the Auth HOC never use the refresh token, and I have to logout/login.
The text was updated successfully, but these errors were encountered:
Hello,
I had an issue on my app and I thought I did something wrong, but I just tried the nextjs/ssr/auth example in the supabase repo, and I also have a problem.
Repro step:
It will redirect you to the index page because the token is expired. And if you click on the static example, you'll have an error :
https://ibb.co/3c29dyQ
SSR -> I can't even manually use the refresh token since it's not in the cookie.
Client side -> Weird behavior, it seems that the Auth HOC never use the refresh token, and I have to logout/login.
The text was updated successfully, but these errors were encountered: