deploy Python with fastapi and uvicorn

I have tried to deploy this way "pip install -r requirements.txt && nohup uvicorn main:app --reload > myapp.log 2>&1 &", on a cloud server it works but not here, which could be failing, it finishes compiling but when entering the link the 404 error appears and I don't know how to solve it, can you help me?
Was this page helpful?