Skip Navigation

[Fixed in next Release] Error log warns that "DevTools failed to parse SourceMap"

This support ticket is created 4 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+00:00)

This topic contains 3 replies, has 2 voices.

Last updated by michaelW-23 4 years, 8 months ago.

Assisted by: Nigel.

Author
Posts
#1521445

I am seeing this warning in the Browser Devtools Console on some pages:

DevTools failed to parse SourceMap: hidden link

Link to a page where the issue can be seen:
hidden link

What does it mean and how do I fix it?

Is it anything to do with this custom code in my functions.php:

function remove_image_zoom_support() {
    remove_theme_support( 'wc-product-gallery-zoom' );
}
add_action( 'wp', 'remove_image_zoom_support', 100 );
#1522319

Yes, this is known to us.

O thought it is released as fix already, but seems either Views and Types are not yet including the fix, or we missed lightbox in the maps files

I'll update you Monday, it's no issue of your custom code and you can, for now, ignore the error.

#1526609

This was not included, I apologise, it will be in the next Blocks and Views update though.

#1533477

Thanks