CLI to build and develop Next.js apps for Cloudflare Pages
This aims to fix https://github.com/cloudflare/next-on-pages/issues/945 When the middleware response is being processed we do not always add the status code of that response to the `RouteMatchers.status`. With this pr it is added for all responses that has the header `x-middleware-rewrite`. But why do we not always set `this.status` to be equal to `resp.status`?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by yoohahn and has received 1 comments.