Dev server emits the following warning on startup with Next.js 16.1.6 (Turbopack):
⚠ The "middleware" file convention is deprecated. Please use "proxy" instead.
Learn more: https://nextjs.org/docs/messages/middleware-to-proxy
Functionally still works in 16.1.6 but is slated for removal in a future major. Trivial rename: middleware.ts → proxy.ts.
Dev server emits the following warning on startup with Next.js 16.1.6 (Turbopack):
Functionally still works in 16.1.6 but is slated for removal in a future major. Trivial rename:
middleware.ts→proxy.ts.