-
-
Notifications
You must be signed in to change notification settings - Fork 754
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
params.id undefined when used in middleware parameter #407
Comments
It's because |
Something obscure would be preferable. I could imagine others may have attempted to use an |
Thanks @daffl! 👍 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue with a link to this issue for related bugs. |
Expected result:
if I go to POST /foo/bar, params.id should be
bar
.Actual result:
params.id is
undefined
.Monkeypatch:
Don't use
id
. Using any other value for the parameter seems to work.The text was updated successfully, but these errors were encountered: