Hi my fastapi app builds correctly:
Jun 10 12:51:40 AM ==> Starting service with ‘uvicorn fastapistart:app --reload --port 8000’
Jun 10 12:51:41 AM INFO: Will watch for changes in these directories: [‘/opt/render/project/src’]
Jun 10 12:51:41 AM INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
Jun 10 12:51:41 AM INFO: Started reloader process [51] using StatReload
Jun 10 12:51:48 AM INFO: Started server process [53]
Jun 10 12:51:48 AM INFO: Waiting for application startup.
Jun 10 12:51:48 AM INFO: Application startup complete.
but it stuck at deploy.
Can you help me?