Closed jknetl closed 7 years ago
@jknetl thanks for the report. Yes, we remarked this, too and afaik there is a projected fix for this (cc @zregvart )
This should be fixed with syndesisio/syndesis-rest#523 I'm inclined to leave it as is until then, a quick workaround is to empty the Instance URL field.
This was fixed.
When you try to verify a salesforce connection which has "instance url" field defined, the validation will always fail with
Response with status: 500 Internal Server Error for URL: https://syndesis.192.168.42.95.xip.io/api/v1/connectors/salesforce/verifier
.The problem is that instanceUrl option is not known by the salesforce verifier. This statement can be found in verifier log:
If you just delete the instance url option from the form the validation will succeed afterwards.