signup email from sever

I’m calling auth.api.signupWithEmail, and I’m getting the same response as when I call it from
authClient
.
However, the next
getSession
call returns
null
, whereas when signup is called from the client, it works fine.

I went through the method flow but didn’t find anything unusual.
Was this page helpful?