I'm trying to build a custom connector to an API that is only accessible in our intra environment. I was wondering if it was even possible to test this connector in the Dev Studio as it may not be able to reach the API endpoint. Currently the error that I get is as follows:
Whenever I try "Run Script" to test my authentication via API key: httprequest.getStatusCode() returns 500 and I can see the following JS error in the browser console:
angular.js:14996 Error: [$compile:nonassign] Expression 'undefined' in attribute 'graalMessage' used with directive 'devStudioStartStopButton' is non-assignable!
https://errors.angularjs.org/1.7.0/$compile/nonassign?p0=undefined&p1=graalMessage&p2=devStudioStartStopButton
at angular.js:125
at parentSet (angular.js:10774)
at parentValueWatch (angular.js:10787)
at interceptedExpression (angular.js:16982)
at Scope.$digest (angular.js:18555)
at Scope.$apply (angular.js:18923)
at HTMLButtonElement.<anonymous> (angular.js:28069)
at HTMLButtonElement.dispatch (jquery.js:5183)
at HTMLButtonElement.elemData.handle (jquery.js:4991)