https://next-auth.js.org/errors#jwt_session_error Cannot read properties of undefined (reading 'username')User and Session overrides like this:session and jwt callbacks:jwt callback logs the correct user obejct (with the username) once, then logs undefined, and then logs the error above. Any idea why my user would be getting set to undefined and passed into the jwt callback? (logs below)