error views
luigizz opened this issue · 1 comments
luigizz commented
I'm total beginner with fastapi and i have a lot of problem.
The uvicorn server start ok and coonection with db is okey but at localhost(or 127.0.0.1) or at localhost:8000
i have :
{"errors":["Not Found"]}.
Instead with docker-compose i have
"file not found"
on docker-logs app
Any help it's appreciate. Thanks
luigizz commented
my fault