Can see below error in OC while accessing the cabi reports from Operator console
Release : 20.4.x
CABI :7.5
1) The cabi server is accessible directly if we login directly to the cabi url
http://<cabi-hostname>/cabijs/login.html
2) Have issues to access the CABI report page from Operator console
Can see below error in Developer tools while accessing Reports menu from Operator console
The cabi logs show the issue
Incorrect entry for cabi_url in cabi probe which has login.html appended
cabi_url = http://xxx.xxx.com/cabijs/login.html
Corrected to
cabi_url = http://xxx.xxx.com/cabijs
After this cabi reports are accessible correctly from Operator console