-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
Describe the bug
I am following the docs: https://resumematcher.fyi/docs/docker-ollama
I serve my model, and run Resume-matcher with docker, go to settings, configure ollama and when I click in test connection I get:
CONNECTION FAILED
Provider: ollama | Model: qwen3:8b
empty_content
TEST PROMPT
Hi
MODEL OUTPUT
To Reproduce
Install Ollama: ollama.com
Pull a model: ollama pull qwen3:8b
Start Resume Matcher with Docker
Configure in Settings:
Provider: Ollama
Model: qwen3:8b (or your chosen model from Ollama Library)
Server URL: See table below
click test connection and my local ollama server returns 200: [GIN] 2026/03/09 - 10:35:01 | 200 | 888.065375ms | 127.0.0.1 | POST "/api/generate" but the test ends as connection failed
Expected behavior
with the params in the docs, I expect to have test connection to ollama running successfully
Environment
- OS: macOS
- Browser / Version: Brave 1.87.191 (Compilación oficial) (arm64)
Chromium: 145.0.7632.120 - Device: macbook m1 max
Screenshots
No response