-
Notifications
You must be signed in to change notification settings - Fork 40
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
Hackney error #61
Comments
Are you by any chance using a custom "By default" the application startup should detect |
The app in my umbrella that has Yeah I expected |
I somehow managed to construct an umbrella application that can force a startup error: https://github.com/mneudert/instream-issue_61 The example is extremely contrived by sending a request through hackney from a dependency "next" to If you are building a release and see the issue you could look at the startup file (i.e. |
Ran into this error quite a few times:
Solved it by adding a
Application.ensure_all_started(:hackney)
on startup.The text was updated successfully, but these errors were encountered: