Back to Medusa

Middleware File Name

www/apps/resources/app/troubleshooting/_sections/api-routes/middleware-file-name.mdx

2.14.2326 B
Original Source

A common mistake when creating middlewares is naming the file middleware.ts rather than middlewares.ts.

If your middleware isn't registered correctly, make sure you've created the middleware file at src/api/middlewares.ts.

Learn more in the Middleware documentation.