-
Notifications
You must be signed in to change notification settings - Fork 235
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
Updated to loco 0.11 and fly stopped binding port? #885
Comments
I think the jump is technically from a loco 0.6.2 all the way to 0.11 as 0.10 failed on me... |
this commit ended up fixing my app. I wonder if there is some intermingling between passing |
Per Line 484 in 6d59f68
We've added the -b flag which overrides (from the CLI) the binding config in the config file.Does that make sense? |
I just spend couple hours fixing it. In order to make binding work in production, I have to have |
thanks all, this should be fixed in #1007 |
Description
I've updated to loco 0.11 and it seems that my fly.io setup is broken now.
This is the output I see in the logs:
Clearly the server starts listening to 0.0.0.0:5150 but ot seems like fly can't get any answer from it?
This is my fly.toml
am I missing anything?
The text was updated successfully, but these errors were encountered: