Hi @km_hads It looks like you've created several dependency cycles in your app which are causing the runtime to fail (preventing the app from loading). I'd recommend you check your Browsers Developer tools for messages about any dependency cycles, investigate and modify the configured dependencies in your app as needed. Hope that helps!