Session not complete on expo but it is on NextJS #1138
Unanswered
jeremybosma
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone, I'm trying to build a mobile app using t3-turbo-with-prisma but it seems like three things aren't being found in the session that do work on the NextJS app that uses same database and auth. Specifically username (string), onboarded and admin (booleans)
I'm also getting the following when trying to signOut only on expo again:
Which i personally believe to be about those records not being found and its just returning an empty string for username and false for the booleans. so its likely to be about username
Does anyone have experience with this?
If anyone is kind enough to check out this issue in specifics then see: https://github.com/outfits-bio/app specifically the apps/expo and packages/auth i think.
Have been trying to solve this for days but i just cant find it hence the issue.
Attachment: user object on expo with my own account dw bout information
Beta Was this translation helpful? Give feedback.
All reactions