Errors:
failed to load static resource http://localhost:8080/dev/ui/session.jsp?site&p=2004/500: undefined failed to load static resource http://localhost:8080/dev/admin/ui_site_params_info.js?version=DA9EB597386CF8604D4C1423E9F312FF: undefined Cannot read properties of undefined (reading 'id') [$injector:modulerr] Failed to instantiate module alm-web-ui-application due to: Error: [$injector:modulerr] Failed to instantiate module platform due to: Error: [$injector:modulerr] Failed to instantiate module platform-mqm due to: Error: [$injector:nomod] Module 'platform-mqm' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.
If you got this error right after pull or switch between branches, do the following:
For UI developers: If you are running grunt dev
or grunt dev-watch
stop them.
Run grunt clean
and then grunt post-pull
.