I setup google auth with supabase and I realized that create account and login with google are same, they jump directly to the logged in page overriding any logic; I inserted an action to insert a row right after create account to add a row in my custom user table and it’s not working , it only add a row in the auth table.
I have a 2 flows in signup (email and google) based on the choice I have to navigate the user to a specific page, it’s working with email and not working with google, it neglect my logic and jump to home page.
Any suggestions ?