The app renders twice when using rewrites in next.config.js
#27224
Labels
bug
Issue was opened via the bug report template.
next.config.js
#27224
What version of Next.js are you using?
11.0.1
What version of Node.js are you using?
14
What browser are you using?
chrome
What operating system are you using?
Windows, Linux
How are you deploying your application?
yarn dev, yarn build && yarn start
Describe the Bug
The app renders twice when using rewrites in
next.config.js
. This is the demo:https://stackblitz.com/edit/github-xxgqsj?file=next.config.js
Expected Behavior
It should render once only
To Reproduce
The text was updated successfully, but these errors were encountered: