stocky-flower-23436
01/09/2024, 5:55 PMOne possible issue could be related to the execution order of your hooks. According to the Ory troubleshooting guide, if the sign in after registration session hook is activated, no other hooks are executed after it because the session hook modifies the HTTP response.
But i couldn't find any session webhook on ory network
And it seems the default behavirous is to login after registration, As i can directly access my session data without doing the login.
I am following the golang quickstart guide