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.
Apache License 2.0
84 stars 27 forks source link

overlays.js is loaded too early in the bootstrapping process #336

Closed JimTharioAmazon closed 2 years ago

JimTharioAmazon commented 2 years ago

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.