function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Andrej Mihachou 17Andrej Mihachou 17 

container.lightning.com’s server IP address could not be found.

I use a 3rd party app stored in a static resource and loaded on a lightning component with the help of lightning:container. When the package that contains this functionality is installed on another org, I get the "container.lightning.com’s server IP address could not be found." error, and the static resource is not loaded. It does not happen every time. I haven't found why it is like that yet. Any help would be highly appreciated!
Here's how the static resource is addressed in code:
<lightning:container src="{!$Resource.namespace__resourceName + '/index.html'}"/>