-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Optional Parameters Trailing Slash no longer matched #1576
Comments
This is due to the
|
I thought we accounted for this by making the capture group optional, but apparently it's not working how I think it is. Thanks for the bug report. |
+1 |
1 similar comment
+1 |
@amcdnl this matches your pattern
granted, you shouldn't have to do this. |
@christopherthielen I tried manually inserting this code and still no dice. I added the squash too. Note: I'm using future states too, not sure if that has anything to do with it. |
After updating to 12 and 13, I'm getting unmatched params on the following route:
when I goto a url like:
per @christopherthielen this is because of the trailing slash introduced in the new version. Reference: #1032
The text was updated successfully, but these errors were encountered: