-
Notifications
You must be signed in to change notification settings - Fork 77
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 `first' for ActionDispatch::Response::RackBody #143
Comments
@tomca32 thanks for reporting this, and sorry for the trouble! We haven't seen anything like this before. Would you be willing to share your Gemfile with us? (If not publicly, maybe via our in-app messenger?) Also, is it possible for you to add a rescue in this method and tell us what arguments the method is being called with when it fails? |
Sure thing, thanks for checking this out. Here's the Gemfile. I'd love to add a rescue as well and check the args, but that link 404s for me.
|
@tomca32 well I think maybe we should respond to |
When starting the application, the first request that results in a redirect will produce this error.
Seems that the first request completes fine and gets a
302
response, but the error seems to happen on the response to the following request.From the logs:
This doesn't seem to happen again on any following requests until the app has been restarted. Then it happens again on the first one.
The text was updated successfully, but these errors were encountered: