I'm experiencing an issue while deploying my Python project on Railway.
h-918
TRIALOP

2 years ago

The error message says "Problem with request processing," but there is no further explanation. I've checked the logs, but I couldn't find anything specific that points to the problem.

Here is what I've done so far: 1. I've added a requirements.txt file with all the dependencies. 2. I created a Procfile with the command to start my application: web: python app.py. 3. I've also checked the environment variables, and they seem to be set correctly. Despite this, the deployment still fails with the same error. Could someone please help me identify what might be wrong? Thank you in advance!

1 Replies

2 years ago

Hello, there are no services in the linked project.


Loading...