You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the documentation, that first asterisk is not an optional parameter. However, requests to /accounts/catalogs is matching on that. Shouldn't it be giving me a 404 or something?
@ramsey this should be working properly now! Thanks to this issue, we also simplified our pattern matching and possibly improved performance a lot. Thank you!
I created a route that looks like this:
/accounts/*/catalogs/*
According to the documentation, that first asterisk is not an optional parameter. However, requests to
/accounts/catalogs
is matching on that. Shouldn't it be giving me a 404 or something?Reproduction script:
Request:
Response:
The text was updated successfully, but these errors were encountered: