You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I sign in, let's say the avatar given by discord is abcdef then I change it, log out and back in, now the avatar given is abcdef123, I log the response given by the API and it shows the correct value, but the database and session does not update with the new values. This is the same for username, banner etc.
we don't update the user on signing in the second time currently. there are plans to provide an easier way to update the user in the future. follow #2269
Description 🐜
When I sign in, let's say the avatar given by discord is
abcdef
then I change it, log out and back in, now the avatar given isabcdef123
, I log the response given by the API and it shows the correct value, but the database and session does not update with the new values. This is the same for username, banner etc.Is this a bug in your own project?
Yes
How to reproduce ☕️
https://github.com/callumok2004/nextjs-reproduction/blob/main/src/pages/api/auth/%5B...nextauth%5D.ts
Screenshots / Logs 📽
Environment 🖥
N/A, Windows 11 removes WMIC which the below command depends on.
Contributing 🙌🏽
No, I am afraid I cannot help regarding this
The text was updated successfully, but these errors were encountered: