rsnext/packages
Jiachi Liu e029ace5ed
Fix custom 404 page when concurrentFeatures is enabled (#31059)
x-ref: https://github.com/vercel/next.js/issues/30424#issuecomment-955615781

This fix the custom 404 is not rendering properly and can’t be built in web runtime when `concurrentFeatures` is enabled. We force 404 page to be rendered outside of middleware ssr. Then it could be the real fallback 404 page in next-server when any routes is not macthed. 
Will check 500 related after #31057 is landed.

## Bug

- [x] Related to #30989
- [x] Integration tests added
2021-11-06 11:27:40 +00:00
..
create-next-app v12.0.3 2021-11-05 19:04:04 +01:00
eslint-config-next v12.0.3 2021-11-05 19:04:04 +01:00
eslint-plugin-next v12.0.3 2021-11-05 19:04:04 +01:00
next Fix custom 404 page when concurrentFeatures is enabled (#31059) 2021-11-06 11:27:40 +00:00
next-bundle-analyzer v12.0.3 2021-11-05 19:04:04 +01:00
next-codemod v12.0.3 2021-11-05 19:04:04 +01:00
next-env v12.0.3 2021-11-05 19:04:04 +01:00
next-mdx v12.0.3 2021-11-05 19:04:04 +01:00
next-plugin-storybook v12.0.3 2021-11-05 19:04:04 +01:00
next-polyfill-module v12.0.3 2021-11-05 19:04:04 +01:00
next-polyfill-nomodule v12.0.3 2021-11-05 19:04:04 +01:00
react-dev-overlay v12.0.3 2021-11-05 19:04:04 +01:00
react-refresh-utils v12.0.3 2021-11-05 19:04:04 +01:00