Expand my Community achievements bar.

JS error on View Product Data option

Avatar

Level 3

Hi,

I see javascript error in browser console when trying to open product page dialog using "View Product Data"(refer attached screenshot ViewProductData.png) option in /etc/commerce/products, but works fine when product is selected and View Properties option is clicked from top menu bar(refer ViewProperties.png)

Here is the location where products from geometrixx exists: http://localhost:4502/aem/products.html/etc/commerce/products/geometrixx-outdoors/wm/wmap

Below is the exception stacktrace:

Uncaught ReferenceError: MSM is not defined

    at HTMLDocument.<anonymous> (clientlibs.min.js:16)

    at HTMLDocument.dispatch (jquery.min.js:1305)

    at HTMLDocument.cm.handle (jquery.min.js:1210)

    at Object.trigger (jquery.min.js:1282)

    at HTMLDocument.<anonymous> (jquery.min.js:1445)

    at Function.each (jquery.min.js:91)

    at bP.fn.init.each (jquery.min.js:37)

    at bP.fn.init.trigger (jquery.min.js:1445)

    at HTMLDocument.<anonymous> (foundation.min.js:1548)

    at HTMLDocument.dispatch (jquery.min.js:1305)

After a little analysis, found from browser network tab that http://localhost:4502/libs/wcm/msm/content/touch-ui/authoring/commons.min.js was not loading when Product dialog is opened using View Product Data option.

Is this an issue within product? Any help on this would be highly appreciated.

ViewProductData.png

ViewProperties.png

Thanks,

Srikanth Pogula.

2 Replies

Avatar

Level 1

I am seeing the same error - this time when I try to open a pathfield in the page properties. Not sure how to resolve it.