You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m having an issue with FastAPI, After successfully starting the FastAPI server, I encountered a 404 Not Found error when trying to access the root endpoint (http://127.0.0.1:8000/).
INFO: Started server process [29288]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
INFO: 127.0.0.1:55918 - "GET / HTTP/1.1" 404 Not Found