#FastAPI Module Not Found while deployment
16 messages · Page 1 of 1 (latest)
Project ID: 46d910cb-3407-4040-a999-08e380fe1a5f
You might find these helpful:
Project ID: 46d910cb-3407-4040-a999-08e380fe1a5f
Do you have fastapi in your requirements.txt file?
no I didn't upload requiremnts.txt
with my repo
If that's the case, will do it right away.
this was left out due to gitignore
Do you have .gitnore set up properly?
I was able to deploy successfully, but few later it shows deployment removed
with same error
This the current error:
Application Error
Is your app correctly listening on $PORT?
It's because I'm getting a 503 error, even if I hit my hosted endpoints. Do you have any lead?
I remember setting my env variables.
Hi, I’m new to Railway. I’m experiencing the same issue with my FastAPI project, where I deploy with a PORT env variables but I still get an Application Error with that message.