6 months ago
I have deployed the python backend service and it's successfully deployed but endpoint is not working. I mean it's not accessible. so could you please help me in this to figure out why it's not working.
12 Replies
6 months ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
Railway
Hey there! We've found the following might help you get unblocked faster: - [🧵 App deployed and accessible in US but not in India.](https://station.railway.com/questions/app-deployed-and-accessible-in-us-but-no-bfe9ee37) - [🧵 DNS error: Railway cannot resolve api.sandbox.airwallex.com (Name or service not known)](https://station.railway.com/questions/dns-error-railway-cannot-resolve-api-sa-cb521422) - [🧵 Trying make a connection http with two backend](https://station.railway.com/questions/trying-make-a-connection-http-with-two-b-8ec17504) - [🧵 No ipv6 to connect to postgres instance](https://station.railway.com/questions/no-ipv6-to-connect-to-postgres-instance-07d05729) If you find the answer from one of these, please let us know by solving the thread!
6 months ago
none of this
6 months ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open brody • 7 months ago
6 months ago
ok so please help me in this why it's not responsive?
6 months ago
Even all services are not down. Please tell me why all services are not responsive even after successfully deployed?
dheerajk-dev
Even all services are not down. Please tell me why all services are not responsive even after successfully deployed?
6 months ago
If you SSH into the service, is the endpoint available on localhost? That might help you narrow down if it's a network issue or a runtime issue.
drmarshall
If you SSH into the service, is the endpoint available on localhost? That might help you narrow down if it's a network issue or a runtime issue.
6 months ago
what should I do now? could you please elaborate more?
6 months ago
Hey! 2 things
1: Have you in your dockerfile exposed the internal docker port to the local network?
2: Have you in your network settings of railway forwarded the localhost port to a domain?
noahd
Hey! 2 things1: Have you in your dockerfile exposed the internal docker port to the local network? 2: Have you in your network settings of railway forwarded the localhost port to a domain?
6 months ago
On that is your python backing binding to port 0.0.0.0?
noahd
On that is your python backing binding to port 0.0.0.0?
6 months ago
Yes port is bind already and everything was working before 2 hours but suddenly all services are down without modifying anything in code.
dheerajk-dev
Yes port is bind already and everything was working before 2 hours but suddenly all services are down without modifying anything in code.
6 months ago
Interesting, is there any issues with your billing/renewal?
Also any word on the 2 other things?
> 1: Have you in your dockerfile exposed the internal docker port to the local network?
> 2: Have you in your network settings of railway forwarded the localhost port to a domain?
noahd
Interesting, is there any issues with your billing/renewal? Also any word on the 2 other things? > 1: Have you in your dockerfile exposed the internal docker port to the local network?> 2: Have you in your network settings of railway forwarded the localhost port to a domain?
6 months ago
yes both configurations are there already and also there's no issue with billing/renewal
6 months ago
can you share more information? What's the service running on? Whats your start command?