Discord OAuth seems to occasionally throw out a TypeError when parsing guilds for a user. This is entirely benign but does generate the occasional log error.
Error (Cleaned up):
JWTSessionError: Read more at https://errors.authjs.dev#jwtsessionerrorTypeError: e.find is not a functionat [sic]/app/activated/page.js:1:9471
Discord OAuth seems to occasionally throw out a TypeError when parsing guilds for a user. This is entirely benign but does generate the occasional log error.
Error (Cleaned up):
JWTSessionError: Read more at https://errors.authjs.dev#jwtsessionerror
TypeError: e.find is not a function
at [sic]/app/activated/page.js:1:9471
This is alongside a 401 unauthorized call to https://discordapp.com/api/users/@me/guilds, so it's likely happening on sign out or after a token expires?