-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
fix(nextjs): fix createRouteManifest with basePath #17838
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(nextjs): fix createRouteManifest with basePath #17838
Conversation
Looks good already, would you mind also reflecting this in one of the e2e-tests ( |
If I apply a basePath to the existing E2E test application, it seems that all transaction assertions and URL paths in the test code would need to include the basePath prefix. Could you provide some guidance on whether it would be better to add tests directly to the existing app, or to create a separate app with basePath enabled for testing purposes? |
We can move this into a new next-15-basepath test. Feel free to ping me if I should take this over! |
This PR adds the external contributor to the CHANGELOG.md file, so that they are credited for their contribution. See #17838 Co-authored-by: chargome <20254395+chargome@users.noreply.github.com>
fix getsentry#17837 add basePath prefix to createRouteManifest closes getsentry#17837 --------- Co-authored-by: Charly Gomez <charly.gomez@sentry.io>
This PR adds the external contributor to the CHANGELOG.md file, so that they are credited for their contribution. See getsentry#17838 Co-authored-by: chargome <20254395+chargome@users.noreply.github.com>
fix #17837
add basePath prefix to createRouteManifest
closes #17837