Shopify / shopify-app-template-php

280 stars 90 forks source link

instance refused connection. is your app listening on 0.0.0.0:8080? 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) #475

Open DN-PERSONAL-REPO opened 1 year ago

DN-PERSONAL-REPO commented 1 year ago

instance refused connection. is your app listening on 0.0.0.0:8080? 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) getting this when deployed on fly.io how to resolve??

DominickMuniz commented 5 months ago

Hey did you ever figure this out? I'm running into the same issue.

DN-PERSONAL-REPO commented 5 months ago

@DominickMuniz in your fly.toml set internalt_port to 8000

zerone0x commented 2 months ago

Same here, can't find a solution