First time trying to create a proxy in Edge UI. The click typescript on this button right here:
<button id="createProxy" type="submit" ng-click="vm.validateAndCreate()" ng-disabled="!vm.detailsValid">Build and Deploy</button>
Spits out some nasty 403 error to the console:
Possibly unhandled rejection: {"data":"","status":403,"config":{"method":"GET","transformRequest":[null],"transformResponse":[null],"jsonpCallbackParam":"callback","url":"/ws/proxy/organizations/*********/apis/uipath-authentication-proxy-v1/name-available","headers":{"Accept":"application/json, text/plain, */*","X-Requested-With":"XMLHttpRequest","X-Apigee-App-Id":"proxy-wizard","X-Apigee-App-Version":"170906.0","X-Restart-URL":"https://******.apigee.com/organizations/********/proxies-new","X-Apigee-CSRF":"*********************"}},"statusText":"Forbidden","xhrStatus":"complete"}
My account has Organization Administrator role.
Solved! Go to Solution.
Created a new role with full permissions to everything, cleared down browser cache. The build button is now functioning correctly.