betterauth token returns undefined in tanstack start
getToken always comes back undefined? I have it wrapped in a serverfn like the docs mentionI checked my network tab and the token and getsession endpoints from better auth are being hit (I checked thats the provider making the calls) and they are returning my session information and on the client I can use the auth client hooks like
useSession and the return my user.One thing to call out is that I have a monorepo so convex is set up in a different service, regardless I don't think that changes things.
convex -v: 1.31.2"@convex-dev/better-auth": "0.10.6"