Forum Discussion
VitalDave
Jul 17, 2023Copper Contributor
Orchestrator 2022 Web Colsole
This is a new install. I have gone through about 473 posts on setting up CORS, getting CU1, and the post CU1 hotfix added, etc etc. I am getting the following after it authenticates me once, and goes to the API on port 81. The account I am using is a domain admin, and has full permissions on the runbooks folder.
Not sure if this is relevant, but it has the words "canceled" and "failed" in it.. $top=10&$orderby=CreationTime%20desc&$count=true&$filter=Status%20in%20('Canceled','Completed','Failed')&$expand=Runbook($select=Name),RunbookInstances
The next is an error.
ERROR TypeError: F is null
It then lists the js files it is running.
Then it has this:
message: "Http failure during parsing for http://OurServerName:81/api/runbooks"
​
name: "HttpErrorResponse"
​
ok: false
​
status: 200
​
statusText: "OK"
​
No RepliesBe the first to reply