chaejung-kim
Results
2
comments of
chaejung-kim
Have you checked `middleware.ts`? I had the same issue locally. Then I figured out `middleware.ts` was bypassing all routes including `api/inngest`. So, I added `api/inngest` to the matcher. - `middleware.ts`...
@ndom91 Thank you for your quick response and for considering the addition to the documentation! To clarify, my primary concern stems from significant loading delays experienced when using the `useSession()`...