docs/docs/getting-started/troubleshooting/index.md
Common issues and solutions when working with DB-GPT.
Run these first:
curl http://localhost:5670/api/health
dbgpt model list
docker logs dbgpt -f
If you are not using Docker, check the same terminal where you started the webserver.
uv sync with the right extrashttp://localhost:5670lsof -i :5670# Source code deployment
# Logs are printed to stdout by default
# Docker deployment
docker logs dbgpt -f
# Docker Compose deployment
docker logs db-gpt-webserver-1 -f
If the troubleshooting guides don't resolve your issue: