better-auth-extended/app-invite (https://www.npmjs.com/package/@better-auth-extended/app-invite) for provisioning the user however that was not working after some debugging I found out that the session is being returned as nulluserHeaders does have a value that I am passing to auth.api.getSession and I have confirmed the session table in the db has a row with the token same as shownsignInWithTestUser in test-utils https://github.com/better-auth/better-auth/blob/bcfd3c335cbbcee620499adca6592d86e8f4d933/packages/better-auth/src/test-utils/test-instance.ts#L236-L239userHeaders I changed it tobetter-call's createInternalContext gets the cookie from the cookie header not set-cookie header