Skip to content
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

[next] Use correct data route regex #4778

Merged
merged 2 commits into from
Jul 5, 2020

Conversation

ijjk
Copy link
Member

@ijjk ijjk commented Jul 3, 2020

For getServerSideProps routes the non-named data route was being used for routes causing dynamic route params that were being trusted from the proxy to be incorrect. Our tests weren't failing after trusting the values from the proxy was landed in Next.js on canary due to the 21-server-props test suite not running against the latest canary which is updated in this PR.

Note: the below Next.js PR is not needed or can be reverted if this PR is landed

x-ref: vercel/next.js#14829

@Timer Timer added the automerge label Jul 5, 2020
@kodiakhq kodiakhq bot merged commit 07c65fa into master Jul 5, 2020
@kodiakhq kodiakhq bot deleted the ijjk/next/use-correct-data-route-regex branch July 5, 2020 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants