Skip to content

Fix `Cannot read properties of undefined (reading 'adminUI')` when try to...

Andrii Bezuglyi requested to merge fix_nullRef_adminUI into master

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

Merge request reports

Loading