When set MARKETPLACE_ENABLED=false, Find More in Marketplace in Tools should be hidden
Self Checks
- [x] This is only for bug report, if you would like to ask a question, please head to Discussions.
- [x] I have searched for existing issues search for existing issues, including closed ones.
- [x] I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
- [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
- [x] Please do not modify this template :) and fill in all the required fields.
Dify version
1.1.3
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
When set MARKETPLACE_ENABLED=false, Find More in Marketplace in Tools should be hidden
✔️ Expected Behavior
MARKETPLACE_ENABLED=false, hide the marketplace link in the issue
❌ Actual Behavior
There is no hiding
To ensure that setting MARKETPLACE_ENABLED=false hides the "Find More in Marketplace" link in the Tools section when using Dify version 1.1.3 in a self-hosted Docker environment, you need to set the MARKETPLACE_ENABLED environment variable to false in your docker-compose.yaml file:
environment:
MARKETPLACE_ENABLED: 'false'
After making this change, restart your Docker services with the following commands to apply the configuration:
docker compose down
docker compose up -d
This should effectively hide the "Find More in Marketplace" link in the Tools section [1][2].
To continue talking to Dosu, mention @dosu.
Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other
MARKETPLACE_ENABLED=false is set in .env, but the link is still displayed