Next.js Discord

Discord Forum

- error Error [ReferenceError]: next is not defined

Unanswered
Isman posted this in #help-forum
Open in Discord
I created the middleware file to protect routes but I have this error of next not defined in the folder .next/src/middleware.js:19

14 Replies

...
...
...
...
...
...
...
...
...
European sprat
I don't know if it'll fix your issue but cookies() are only available in server components, route handlers and server actions, not middleware
for how to access cookies in middleware