WARNING The app is not listening on the expected address

Hi guys, I keep getting this warning. After looking at my logs it says that my server is running on localhost? I really don’t know where to start or how to fix this since I myself didn’t build the app and have no prior experience with fly. What I can see in my fly.toml file everything should be right? But I’m also having issues with my stripe webhook. But the certificate for my domain is working?

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:8080d lease for d8d91d3b5449e8
Found these processes inside the machine with open listening sockets:
PROCESS | ADDRESSES
-----------------*---------------------------------------
/.fly/hallpass | [fdaa:9:b48f:a7b:1c3:f941:47ca:2]:22

Looks like you’re listening on localhost instead of 0.0.0.0 (or ::)?

Yeah, but only on 1 maschine? I don’t understand why?

Have had this since two days.

Is it something I should worry about?

So both of you guys bind your server to 0.0.0.0 but the logs says it’s localhost?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.