aws-solutions / media-services-application-mapper

Media Services Application Mapper is a browser-based tool that allows operators to visualize the structure and logical connections among AWS Media Services and supporting services in the cloud. The tool can be used as a top-down resource monitoring tool when integrated with CloudWatch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

overlays.js is loaded too early in the bootstrapping process

JimTharioAmazon opened this issue · comments

When there is no previous connection, the user is prompted for new connection data.
Before this happens, the overlays.js module is loaded, which indirectly causes a load of alarms.js and events.js.
These two modules configure interval timers to get updates from the back-end, but there is no connection available yet.
The result is a cascade of crashes in several other modules after a connection is created.