__Describe the Bug__
Sentry Issue: CAMUNDA-MODELER-6S
TypeError: Cannot read property 'endpoint' of undefined
at Object.removeCredentials (./src/plugins/camunda-plugin/deployment-tool/DeploymentTool.js:232:25)
__Steps to Reproduce__
This has to be investigated. I suspect that it might happen for specific saved configuration.
__Expected Behavior__
No errors.
__Environment__
See linked sentry issue.
I was able to reproduce it with the following steps
It seem to fail because we try to remove the credentials from an endpoint which is not saved already.
Most helpful comment
I was able to reproduce it with the following steps
It seem to fail because we try to remove the credentials from an endpoint which is not saved already.