mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Dify + Ollama Integration Configuration Not Persisting #457
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jt-z on GitHub (Jul 17, 2025).
Self Checks
Dify version
0.16.0
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Environment Information
Container Status
Steps to Reproduce
Deploy Dify using Docker Compose
Install and configure Ollama on host machine
Verify Ollama accessibility from containers
Access Dify web interface
http://192.168.1.113(or configured domain)Attempt to configure Ollama provider
qwen:0.5bhttp://192.168.1.113:11434Observe the issue
Verified Working Components
curl http://192.168.1.113:11434/api/tagsreturns model listdocker exec docker-api-1 curl http://192.168.1.113:11434/api/tagssucceedsCore Issue
When configuring Ollama:
Diagnostic Results
Suspected Causes
Investigation Directions
Expected Outcome
After configuring Ollama should be able to:
✔️ Expected Behavior
When configuring Ollama model provider in Docker-deployed Dify platform, the frontend configuration interface shows "Configuration Successful", the configuration is expected to be saved. The model list should displays "1 or more models".
❌ Actual Behavior
When configuring Ollama model provider in Docker-deployed Dify platform, the frontend configuration interface shows "Configuration Successful", but the configuration is not actually saved. The model list still displays "0 models".
@dosubot[bot] commented on GitHub (Aug 19, 2025):
Hi, @jt-z. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
Next Steps:
Thank you for your understanding and contribution!