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 am re-implementing the login/authentication flow with supabase. after the login happens in supabase, I redirect from login to the home page like it is done originally: router.push("/"). But for some reason it re renders the login page. Could someone confirm that the route for the home page after the login is indeed ("/") and not something else. I tried "/home" but that did not work. Please let me know, I am going crazy, hopefully it's a bug in my code. Thanks.
The text was updated successfully, but these errors were encountered:
Hey there @Gaulepal, I did. Take a look at how their auth is working, it requires an access and refresh token. I am using supabase so had to change their zustand auth store and integrate it with supabase. you will either need to provide the Token to render the home page or make changes with how you are handling the authentication.
I am re-implementing the login/authentication flow with supabase. after the login happens in supabase, I redirect from login to the home page like it is done originally: router.push("/"). But for some reason it re renders the login page. Could someone confirm that the route for the home page after the login is indeed ("/") and not something else. I tried "/home" but that did not work. Please let me know, I am going crazy, hopefully it's a bug in my code. Thanks.
The text was updated successfully, but these errors were encountered: