mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
the new version opena ai compatible plugin can not show any existed LLM #925
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 @simonjhy on GitHub (Jan 7, 2026).
Self Checks
Dify version
1.11.1
Plugin version
0.0.29
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
While I upgrade open ai compatible plugin to 0.0.30, the installed LLM instance will be dispear.
✔️ Error log
No response
@dosubot[bot] commented on GitHub (Jan 7, 2026):
This is a known issue that has affected multiple Dify versions: after upgrading certain model plugins (including the OpenAI-compatible plugin), all existing LLM configurations can disappear, especially in self-hosted Docker setups. The root cause is usually changes in the plugin's credential schema or registration logic, which can invalidate or hide previously saved entries. There is no built-in migration or recovery script for this scenario, and the official plugin documentation does not provide manual restoration steps.
To restore missing LLM instances, check that the plugin daemon is running and that the plugin is registered in the Dify UI or via API. If the LLMs are still missing, you will need to re-register or re-install the affected plugins and reconfigure your LLM instances. This is sometimes necessary because plugin identifiers or registration requirements may change between versions, and plugin files or dependencies can be lost during upgrades—especially with Docker volumes or persistent storage. Maintainers have also suggested removing and reinstalling plugins if dependency installation failed during the upgrade process. For future upgrades, it's recommended to follow the official migration guides and back up your data to minimize the risk of data loss during plugin or platform upgrades.
References:
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other