I am getting this warning while loading the launch | Community
Skip to main content
New Participant
January 17, 2022
Solved

I am getting this warning while loading the launch

  • January 17, 2022
  • 2 replies
  • 15828 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by yuhuisg

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

2 replies

yuhuisg
yuhuisgAccepted solution
New Participant
January 18, 2022

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

Gokul_Agiwal
New Participant
January 17, 2022

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-notes.html?lang=en 

 

Hope this helps.