Closed aiueo49 closed 7 months ago
ローカル環境では動くが本番環境では動かない。
error.message="instance refused connection. is your app listening on 0.0.0.0:3000? make sure it is not only listening on 127.0.0.1 (hint: look at your startup logs, servers often print the address they are listening on)" 2024-03-15T06:49:06Z proxy[5683996c0e5e8e] nrt [error]request.method="GET" request.id="01HS0DY3H2VGRH0798GSEAGMWJ-nrt"
fly.tomlの書き方が影響しているのではないか。
https://community.fly.io/t/app-doesnt-stop-instance-refused-connection-issues/14246
8080にポートを変更するもエラーメッセージ
error.message="instance refused connection. is your app listening on 0.0.0.0:3000? make sure it is not only listening on 127.0.0.1 (hint: look at your startup logs, servers often print the address they are listening on)" 2024-03-15T06:49:06Z proxy[5683996c0e5e8e] nrt [error]request.method="GET" request.id="01HS0DY3H2VGRH0798GSEAGMWJ-nrt"
消えず。