Magento 2.2.4 – Fix Disappearing Breadcrumbs on Product Page

breadcrumbsmagento2magento2.2.4

I have a website developed with Magento 2.2.4.

There is a problem with breadcrumbs.

Breadcrumbs are showing on all the pages except Product page.

How can i check what's error ?!

Best Answer

Please check committed code in breadcrumb.js in below URL. it will solve your issue.

https://github.com/magento/magento2/commit/34a871bad70e60b1277a28481fc597c79101ad90

Related Topic