Tyler

Results 4 comments of Tyler

You can get the context from info. ``` context = info.context if not context.user.is_authenticated: ```

I am having the same issues in production. Everything seems fine during development but once deployed to Vercel approximately 1/5 requests going through middleware will timeout with a similar error:...

I am observing something similar with next-auth V5 and Prisma Accelerate with my middleware auth checks. Everything works great in development but once deployed to Vercel, I will randomly get...

Can you try with the latest version? If you still are having the problem can you post your component.ts code where you are specifying the report.