Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

I am getting this warning while loading the launch

Avatar

Level 1

container.buildInfo.environment is deprecated.Please use `container.environment.stage` instead

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Update all of your extensions. Almost all updated extensions have resolved this error message.

View solution in original post

2 Replies

Avatar

Community Advisor

Hi @JeevaRavi 

Console warnings not stopping execution of rules unless the specific methods / functions you have used in your build code. 

Above warning messages just showing you that container.buildInfo.environment  method is deprecated. 

 

I think you have installed adobe analytics extension that needs to be upgraded to latest version so that console warning disappear. 

See the release notes adobe team removes this bug under extension version 1.8.7 

https://experienceleague.adobe.com/docs/experience-platform/tags/extensions/adobe/analytics/release-... 

 

Hope this helps. 

Avatar

Correct answer by
Community Advisor

Update all of your extensions. Almost all updated extensions have resolved this error message.