-
Notifications
You must be signed in to change notification settings - Fork 123
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
undefined method `[]' for an instance of ActionDispatch::Request #230
Comments
After further investigation, found out it's not the Rails version update that caused this, but the update of Rack from |
@enstyled thanks for creating the issue. I'm on holiday right now and will have look at it when I get back next week. |
I am having the same error message (also rack 3.1) in the Property access syntax for parameters is not possible for
For testing purposes I changed the code to As for now, I need to use version 3.0 of rack until a fix for newer rack versions is released. |
@tansengming Thank you for resolving this. I can confirm it all works with the latest version 👌🏼 |
Started getting this error after updating to Rails 7.1.3.4. It was bundled with other
bundle update
changes so it might also be another dependency.From AppSignal:
Once reverted to a version before the
bundle update
and retried the webhook, it all worked as before.The text was updated successfully, but these errors were encountered: