Token expired issues
Hi, I'm using Kinde with Next.js
It seems like the token is note refreshed automatically when it has expired. Is this something known?
It seems like the token is note refreshed automatically when it has expired. Is this something known?
GET /api/auth/setup 401 in 32ms
JWTExpired: "exp" claim timestamp check failed
at __TURBOPACK__default__export__ (/Users/name/Projects/portal/.next/server/chunks/78c55_jose_dist_node_esm_b216a8._.js:3302:19)
at jwtVerify (/Users/name/Projects/portal/.next/server/chunks/78c55_jose_dist_node_esm_b216a8._.js:3337:267) {
code: 'ERR_JWT_EXPIRED',
claim: 'exp',
reason: 'check_failed'
}