[next-auth][error][JWT_SESSION_ERROR]

Solution
Read the error message. It has
1) Link to the page in the docs you need
2) A place in the file where this error occurred (auth.ts line 106)
3) What the error is (You did something.id, when something is
undefined
)
Was this page helpful?