Troubleshooting
Fix common setup, recall, Dream, login, and agent-connection issues.
Troubleshooting starts by finding the failing boundary.
Do not tune recall thresholds first. Most problems are caused by setup, auth, stale hooks, incomplete model settings, or weak memory shape.
Check in this order
- Server health —
/api/healthresponds and the Web Console loads. - Database and migrations —
DATABASE_URLis correct; PostgreSQL hasvector; Chinese recall haspg_jiebaorzhparserwhen needed. - Setup —
/setupreports complete embedding, View LLM, and boot memory setup. - Auth — protected servers receive
Authorization: Bearer <API_TOKEN>from REST and MCP clients. - Agent connection — MCP URL includes the right
client_type; plugin files and hooks are installed. - Runtime reload — the agent was restarted after config, hook, or plugin changes.
- Memory quality — path, disclosure, glossary, and priority describe the future prompt clearly.
- Recall settings — only tune thresholds after the above checks pass.
Use the focused pages
| Symptom | Page |
|---|---|
| server or setup is broken | Setup issues |
| memory exists but does not appear | Recall issues |
| agent does not receive boot or recall | Agent issues |
| unsure how Lore should be used | Common questions |
Keep troubleshooting evidence concrete: URL, client_type, token state, page name, query text, recalled URI, and whether the agent opened the memory node.
Uninstall
To fully remove Lore from your machine:
Shell
Also remove LORE_BASE_URL and LORE_API_TOKEN from your shell profile if you added them.