Symptoms:
- Empty page when connecting to /admin/masteradmin
- No error or exception reported in the AXA logs
- From developer tools
APP EXPERIENCE ANALYTICS 17.3.2
This is a specific problem introduced by a LoadBalancer
MIME issue with nosniff, javaScript is not allowed to read json, but js is allowed to read js
1. cd ../aoPlatform/apache-tomee-plus-1.7.1/webapps/admin/masteradmin
2. cp config.json config.js
3. Modify config.js:
var config_json = {
"endpointUrl": "./endpoints.ca.json",
"adminAppsConfig": "./admin_apps.json",
"adminRoles": ["UA", "TA", "OA", "GA", "MA"]
}
4. Save.
5. Open ../masteradmin/index.html. Modify
6. Open masteradmin -URL, press F5. In dev tools, you can see that both index.html and config.js are loaded - masteradmin UI opens