Hi! I recently upgraded to Next.js 16, and I’ve already run the codemod to migrate middleware.ts to proxy.ts as described here: https://nextjs.org/docs/messages/middleware-to-proxy
However, I’m getting the following warning when deploying:
WARNING: Unable to find source file for page middleware with extensions: tsx, ts, jsx, js, this can cause functions config from
vercel.jsonto not be applied
I’m assuming this is a minor display thing and not actually an issue but wanted to confirm anyways. Thanks in advance!