You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
Under the hood MLEM callsflyctl launch to generate fly.toml config for deployment.
It happens, that sometimes flyctl launch generates very short fly.toml instead of the expected one. That file doesn't have an instruction for fly to work with 8080 port (or whichever one we specify) and after deployment service doesn't respond to requests.
Quick search didn't give me any hint whether we simply don't specify some argument for flyctl launch or whether this is a bug in fly we need to wait a fix for.
The text was updated successfully, but these errors were encountered:
Under the hood MLEM calls
flyctl launch
to generatefly.toml
config for deployment.It happens, that sometimes
flyctl launch
generates very shortfly.toml
instead of the expected one. That file doesn't have an instruction for fly to work with8080
port (or whichever one we specify) and after deployment service doesn't respond to requests.example of "short"/"wrong" fly.toml:
example of "long"/"correct" one:
Quick search didn't give me any hint whether we simply don't specify some argument for
flyctl launch
or whether this is a bug in fly we need to wait a fix for.The text was updated successfully, but these errors were encountered: