Closed betterapp closed 6 months ago
Thank you for reporting this problem!
This is an open source project, and we rely on the community to help us diagnose and fix issues, as it is not possible to investigate and fix every issue reported to us via GitHub.
If possible, please create a pull request that fixes the problem you describe, along with appropriate tests. All pull requests will be promptly reviewed by the BrandOriented team.
Thank you very much!
Solution:
curl -X PUT "localhost:9200/_cluster/settings" -H 'Content-Type: application/json' -d '{
"transient": {
"action.destructive_requires_name": false
}
}'
Pimcore version(s) affected
11
Description
How to reproduce
When I try remove CI-HUB configuration
Possible Solution
No response
Additional Context
No response