Deploying Fast API with uvicorn error

lliu56TRIAL

a year 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

a year ago

Please share your repo.