#here Hello everyone I am using `next
1 messages · Page 1 of 1 (latest)
Hi @sweet onyx. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
Here is the terminal log in case
[next-auth][warn][NEXTAUTH_URL]
https://next-auth.js.org/warnings#nextauth_url
singin user {
id: 347,
email: 'test@test.com',
user_id: 347,
roles: [ 'staff', 'admin', 'owner' ]
}
jwt user {
id: 347,
email: 'test@test.com',
user_id: 347,
roles: [ 'staff', 'admin', 'owner' ]
}
- ┌ POST /api/auth/callback/credentials 200 in 75ms
│
└──── POST http://localhost:8000/v2/auth/token 200 in 63ms (cache: MISS)
jwt user undefined
session token {
email: 'test@test.com',
sub: '347',
user_id: undefined,
iat: 1685207182,
exp: 1687799182,
jti: '360ec097-70cd-4825-aba5-31d5600605e1'
}