WARNING The app is not listening on the expected address and will not be reachable by fly-proxy. #825
-
When deploying a fresh epic-stack app, I get this error message when deploying via Github Actions:
I do not know if this is relevant at all, but I wanted to raise it just in case! |
Beta Was this translation helpful? Give feedback.
Answered by
kentcdodds
Aug 18, 2024
Replies: 1 comment 2 replies
-
I'm fairly certain this is happening because fly checks whether the port is bound before the server has started listening. So the only issue is that it takes longer to start than fly expects (which would be cool to optimize, but isn't a real issue). |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
MoSattler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm fairly certain this is happening because fly checks whether the port is bound before the server has started listening. So the only issue is that it takes longer to start than fly expects (which would be cool to optimize, but isn't a real issue).