Hello, i´m trying to deploy to fly and i´m getting this error. Any ideas on how to fix this?
WARNING The app is not listening on the expected address and will not be reachable by fly-proxy.
You can fix this by configuring your app to listen on the following addresses:
0.0.0.0:3000
Found these processes inside the machine with open listening sockets:
PROCESS | ADDRESSES
----------------------------*--------------------------------------
node lib/server/server.js | [::]:1337
/.fly/hallpass | [fdaa:3:2f7b:a7b:ea:30c9:dd83:2]:22
WARN failed to release lease for machine 148edd65be2568: lease not found
I´ve been troubleshooting this documentation for some time now, without sucess. I think my app listens to 1337 port, how do I change it from 3000 to 1337? When I deploy my .toml changes internal_port from 1337 to 3000.