Quick diagnosis

This usually points to Ollama endpoint, container networking, host access, or service state. Start with the simplest visible checks before changing advanced settings.

First three checks

  1. Confirm the exact app, model, route, and error text.
  2. Check whether the selected model is realistic for the machine’s RAM, VRAM, and context length.
  3. Confirm whether the issue is a local runtime problem, a UI/provider problem, or a document/retrieval problem.

Common causes and fixes

CauseWhat to checkSafer first fix
Memory pressureRAM, VRAM, context length, background appsUse a smaller model, lower context, or close other apps.
Wrong provider or endpointApp provider settings, localhost URL, Docker host accessVerify the runtime works before connecting another UI.
Model/download issueExact model name, disk space, network statusRetry with a smaller known model and enough free storage.
Privacy-sensitive workflowCloud API keys, web search, remote access, exposed portsStop and audit settings before uploading sensitive data.

When to stop

Stop troubleshooting and switch paths when the workflow involves confidential documents and you cannot explain where prompts, files, embeddings, logs, and provider calls go.