Provider type
Instagram
Environment
Not necessary
Reproduction URL
Already fixed
Describe the issue
Just want to report a bug with Instagram authentication. Aparently there's a unknown field on the signIn callback that's causing a error on signIn. I manage to fix it but I would like to warn everybody here.
I notice the error when trying to login with Instagram. This error apeared:

Then I decided to console.log every callback on next auth and host my app on Vercel to watch for error logs:

And this error apeared on signIn:

How i fixed:
I deleted the field user_id on account

Extra if needed:
This is my prisma schema (the default one)

How to reproduce
Use Instagram for authentication
Expected behavior
Login without errors
Provider type
Instagram
Environment
Not necessary
Reproduction URL
Already fixed
Describe the issue
Just want to report a bug with Instagram authentication. Aparently there's a unknown field on the signIn callback that's causing a error on signIn. I manage to fix it but I would like to warn everybody here.
I notice the error when trying to login with Instagram. This error apeared:

Then I decided to console.log every callback on next auth and host my app on Vercel to watch for error logs:
And this error apeared on signIn:
How i fixed:
I deleted the field user_id on account
Extra if needed:

This is my prisma schema (the default one)
How to reproduce
Use Instagram for authentication
Expected behavior
Login without errors