Issue with dynamic route params returning %5Bslug%5D #74532
Labels
bug
Issue was opened via the bug report template.
Parallel & Intercepting Routes
Related to Parallel and/or Intercepting routes.
Partial Prerendering (PPR)
Related to Partial Prerendering.
Link to the code that reproduces this issue
https://github.com/anas029/vercel-dynamic-route
To Reproduce
deploy it on vercel
go to link
/people/list/one
Current vs. Expected behavior
it gives invalid page params value
e.g.: https://vercel-dynamic-route.vercel.app/people/list/one
type = %5Btype%5D
it should give the actual value
type = one
Provide environment information
Which area(s) are affected? (Select all that apply)
Parallel & Intercepting Routes, Partial Prerendering (PPR)
Which stage(s) are affected? (Select all that apply)
Vercel (Deployed)
Additional context
It works fine in local dev and build
shorter links or links appended with extra param works as well
The text was updated successfully, but these errors were encountered: