Hello, I followed the tutorial to implement BetterAuth in Next.js, I am using Fastify as the API backend.
When I do sign up with the AuthClient, it does create an account in the account table,
however, I noticed that the display name and the profile image is not stored in user at all. I don't have any errors or anything though, so it is a bit strange.
Maybe there is something I am not understanding?
What is strange, the account and session tables seem to be populating fine, but the user table has no rows.
Thanks