Auth callback is 404'ing #20
-
I expect Thanks for this template btw! I'm excited to use it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Thanks for trying out the template! It sounds like there's an issue with the redirect handling after authentication. We're aware of this and currently working on a fix. Expect an update soon that should resolve the |
Beta Was this translation helpful? Give feedback.
-
The problem was the the route related to authentication were group under |
Beta Was this translation helpful? Give feedback.
The problem was the the route related to authentication were group under
(auth)/
but supabase looks for/auth/login
not/login
look in the new version of shipfree it resolved by upgrading supabase and using latest implementation for authentication