rsnext/test/integration/serverless
JJ Kasper fb07e95847
Ensure correct params are used with i18n revalidation (#18569)
This makes sure we don't use invalid `x-now-route-matches` which can occur when `i18n` default locale is visited and a prerendered page is matched. To correct this we first check if we are able to derive the correct params from the URL and then bail on parsing `x-now-route-matches` if we are. Additional test cases are being added in the builder to ensure we don't regress on this

x-ref: https://github.com/vercel/next.js/discussions/18443
Fixes #18602
2020-11-01 04:49:48 +00:00
..
components Serverless Next.js (#5927) 2018-12-28 11:39:12 +01:00
pages Fix Double URL Encoding for Serverless (#10663) 2020-02-24 13:06:11 -05:00
public Match public/static/ folder before static/ (#8986) 2019-10-07 23:12:41 -04:00
test Ensure correct params are used with i18n revalidation (#18569) 2020-11-01 04:49:48 +00:00
next.config.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00