With Next.js Im getting this error :`{"message":"t...
# support-questions-legacy
u
With Next.js Im getting this error :`{"message":"try refresh token"}` Using the verify function like this:
Copy code
await superTokensNextWrapper(
    async (next) => {
      return await verifySession()(req, res, next)
    },
    req,
    res
  )
What could it mean, and what should I do to handle this case?
12 Views