Replies: 1 comment 10 replies
-
Could you please provide a reproducible example on stackblitz or a github repo, we are busy relooking at this to enhance the experience and I would like to ensure we get as many of the pain points resolved. That being said, a trailing underscore in a route path is regarded as an indication that the route should not be nested for example This needs to both resolve to the path of From what you mentioned, and this is purely based on the limited information available, it seems you have a route path |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
On v1.132.25 I can't have trailing underscores in any route param, e.g. https://example.com/golf__/ is redirected to https://example.com/golf/. This redirect didn't happen on v1.132.0-alpha.13. Is this change expected? I can see this PR landed, but I'm still seeing the same issue. Thanks
Beta Was this translation helpful? Give feedback.
All reactions