adobe / commerce-cif-connector

AEM Commerce connector for Magento and GraphQL
Apache License 2.0
43 stars 27 forks source link

JS Error after Binding product (Read me doc 3rd step in CIF Magento GraphQL Configuration) #20

Closed Bhargav411 closed 5 years ago

Bhargav411 commented 5 years ago

Followed the Read me document.

Installed connector and configured on AEM 6.5.

After I clicked on 'Bind products', getting console error and displaying blank page.

The console error says -" Uncaught TypeError: Cannot read property 'dataset' of undefined" in foundation.js

Screen Shot 2019-05-20 at 12 41 44 pm

@LSantha

herzog31 commented 5 years ago

Please stick to the issue template.

Are there any entries in the AEM error.log you can provide?

Bhargav411 commented 5 years ago

Attached the error trace found in AEM error logs.

error-log.txt

herzog31 commented 5 years ago

It looks like that in your configuration you use an http:// endpoint to point to your Magento instance. This is not supported. Please use https://. If your instance doesn't have a proper TLS certificate configured, you can activate the Accept self-signed SSL certificates option.

Bhargav411 commented 5 years ago

@herzog31 Enabled and that resolved all above errors. Thanks