Use Proxy, not Middleware
- Default to creating or updating
proxy.ts(orsrc/proxy.ts) with aproxyexport. - If a request mentions
middleware.tsormiddlewarein Next.js 16, call out that Proxy replaces Middleware and suggest renaming. - When migrating, recommend running the codemod:
npx @next/codemod@canary middleware-to-proxy .
References: