-
Notifications
You must be signed in to change notification settings - Fork 472
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
NoMethodError (undefined method `[]' for nil:NilClass) after updating to 0.34.1 #771
Comments
is it related to #767 ? |
It's hard to say if these two issues are related. They are both actual but occur in different places.
I don't encountered the #767, but if I add
|
Got the same error, I think it's related to |
yeap the failure is rack based → a workaround is to fix it to version 2.0.8, see also this grape#1980 |
had to freeze the rack version for the moment → 0.34.2 updating to grape >= 1.3.0 will be possible with the next release, see: #768 (comment) |
After updating gem to
0.34.0
or0.34.1
I got an error when visithttp://localhost:3000/api/swagger_doc
The code in gem:
response[1]
isnil
Which additional information I can provide?
The text was updated successfully, but these errors were encountered: