Deploying Fast API with uvicorn error
lliu56
TRIALOP

2 years ago

I'm deploying an app with fastapi. I have uvicorn in my requirements.txt file. in my procfile I have web: uvicorn app:app --host=0.0.0.0 --port=${PORT:-5000}. After successfully building. In the deployment logs it keeps saying command uivcorn not found. Also, it crashes.

View Deploy details

ⓘ Deployment information is only viewable by Project members and Railway admins.

1 Replies

brody
EMPLOYEE

2 years ago

Please share your repo.


Loading...