toshitech / toshi-magento-plugin

TOSHI Magento Plugin
GNU General Public License v3.0
0 stars 2 forks source link

JS Error stopping the page loading on checkout page #2

Open vipinroy opened 3 years ago

vipinroy commented 3 years ago

While using toshi magento plugin, I am getting a js error like below:

knockout.js:3381 Uncaught Error: Unable to process binding "foreach: function(){return getRegion('progressBar') }" Message: Unable to process binding "template: function(){return getTemplate() }" Message: Mismatched anonymous define() module: function(){return l}

This error stopping the page to load on the checkout page. When I am commenting below code in Toshi/Shipping/view/frontend/layout/checkout_index_index.xml, the js error disappearing but it will not create the toshi modal.

                            <!--Start custom Component-->
                            <item name="toshi-component" xsi:type="array">                                          
                                    <item name="component" xsi:type="string">Toshi_Shipping/js/custom</item>
                            </item>
                            <!--End Custom Component--> 

It would be great if anybody can help on this.

vipinroy commented 3 years ago

@JYorston

vipinroy commented 3 years ago

@minesh93

minesh93 commented 3 years ago

Currently being looked at in #3