rsnext/test/integration/basepath
JJ Kasper 08dce4bdc6
Ensure history navigates correctly with dynamic routes + basePath (#25459)
This ensures the `basePath` is correctly re-added to the `url` after resolving a dynamic route since the `url` stored in history is expected to already contain the `basePath`, an additional test has been added to ensure this is working correctly back/forward through history

## Bug

- [x] Related issues linked using `fixes #number`
- [x] Integration tests added

Fixes: https://github.com/vercel/next.js/issues/25285
2021-05-26 07:58:05 +00:00
..
components Add basePath support (#9872) 2019-12-29 20:03:12 +01:00
external Disallow basePath: false for internal routes (#15837) 2020-08-04 17:50:09 +00:00
pages Added flag to identify shallow router events (#19802) 2020-12-17 09:14:50 +00:00
public Fix basePath and public folder check ending routes early (#16356) 2020-08-19 17:30:33 +00:00
test Ensure history navigates correctly with dynamic routes + basePath (#25459) 2021-05-26 07:58:05 +00:00
next.config.js Disallow basePath: false for internal routes (#15837) 2020-08-04 17:50:09 +00:00
server.js Normalize missing optional value on Vercel (#15593) 2020-07-29 14:19:25 +00:00