Augmenting default user in next auth
Ive changed the default parameters for a user in next auth to also include user name so that when I get my session I can access "sessionData.user?.username?". This all worked locally until I decided to deploy to vercel. The following shows my screenshots and the error I got in vercel. Any ideas on how to work around this?



