Flask App Not Accessible on Railway.app
deanndraper
TRIALOP

2 years ago

Hi everyone,

I’m new to this platform, so apologies if this is a basic question. I’ve deployed my Flask app using Gunicorn, listening on http://0.0.0.0:8080\. According to the logs, the app is running, but I can’t access it via the browser.

I’ve tried the Railway-provided URL (e.g., xxx-production.up.railway.app) with various ports (5000, 8080, 80, and no port), but either it times out or gives me a message saying my app isn’t receiving requests.

Any advice on how to debug this issue would be greatly appreciated.

Thanks in advance,

Dean

Closed

2 Replies

deanndraper
TRIALOP

2 years ago

is there a way to post log here?


2 years ago

Unfortunately we do not have any visibility into what your code is or is not doing, you wou need to add verbose debug logging to your application so you can pin point what is halting your application from returning an http response.


Status changed to Closed brody over 1 year ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...