Fix `Cannot read properties of undefined (reading 'adminUI')` when try to...
Fix error Cannot read properties of undefined (reading 'adminUI')
when try to connect from NodeJS services.
Error emerged after project start using the Maintenance page - AsyncConnection started to get a HTML page instead of JSON response and this uninformative error printed to console.
After the fix, more informative "Server is unavailable' will be printed to console.
Edited by Andrii Bezuglyi