This is a reproductible example for following issue: vercel/next.js#62228
- npm install
- npm run dev
- Go to http://localhost:3001/ko (without js enable or prefixed with view-source:)
- As you can see the page is not server side rendered
- Do the same test on http://localhost:3000/ok and you will that page is correctly rendered