-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Improve documentation
Link
[
Add a link to the page which needs improvement (if relevant)]
(https://supabase.com/docs/guides/auth/server-side/nextjs?queryGroups=router&router=app)
Describe the problem
middleware doesn't run in root_folder/middleware.ts for next js 14 to 15
the middleware.ts file should be in
src/middleware.ts for at least nextjs 14 to 15
/my-next-app
├─ src/
│ ├─ middleware.js <-- here
│ └─ app/
├─ next.config.js
└─ package.json
not root/middleware.ts this causes all sorts of authentication errors
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation