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?
No description
No description
No description
1 Reply
K3IN0X
K3IN0X4mo ago
Hello cistelsa, i have the same problem can you tell me if you solve it? Thank you!