Starting from version 16 of Next,js, [Middleware is deprecated](https://nextjs.org/docs/app/api-reference/file-conventions/proxy) in favour of [Proxy](https://nextjs.org/docs/app/getting-started/proxy). See also the [migration guide](https://nextjs.org/docs/app/api-reference/file-conventions/proxy#migration-to-proxy). It looks like this is only a naming change and that no functionality is changing, but we should test if that is indeed the case.