I am using Desktop Modeler version 5.29.0. When I start the modeler I receive an error message “updating Camunda Connector templates”.
I think this a ompany firewall/proxy error.
My question is what is the url the desktop modeler is trying to reach to automaticly download the connector template ?
During the startup modeler will download the templates. Modeler will connect to marketplace[Camunda Marketplace | Camunda] to download the templates.
Is there a way (flag/config value/etc) to turn this off?
Yes, we can turn it off by setting the value in flag.json.
{
“disable-connector-templates”: true
}
Ref:
2 Likes