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

Console warnings about deprecated properties

Avatar

Level 2

I've upgraded all my extensions and even searched for the property in Launch but it finds nothing. Not sure how to remove these warnings.

 

nelsontran1_0-1634320821532.png


 
nelsontran1_0-1634320847269.png

 

 

1 Accepted Solution

Avatar

Correct answer by
Level 3

Do you have the Adobe Experience Platform Debugger installed by any chance? The debugger will cause those types of warnings.

If you mouseover the "VM###.##" link in the console log entry, it might display something like, "debugger:///VM###.##". If you click the link, it will take you to the offending code that the debugger injects into the page. Disable the debugger and see if the warnings cease.

Joe_Y_1_0-1635960655105.png

 

 

 

 

View solution in original post

3 Replies

Avatar

Level 10

Look for buildInfo.
"container" in the message is referring to "_satellite", there must be custom code in your property with "_satellite.buildInfo.environment".

 

Avatar

Level 2

francis_harris_0-1635463635551.png

We must have the same custom code!

Avatar

Correct answer by
Level 3

Do you have the Adobe Experience Platform Debugger installed by any chance? The debugger will cause those types of warnings.

If you mouseover the "VM###.##" link in the console log entry, it might display something like, "debugger:///VM###.##". If you click the link, it will take you to the offending code that the debugger injects into the page. Disable the debugger and see if the warnings cease.

Joe_Y_1_0-1635960655105.png