Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Product listing error in Firefox #912

Closed
csordasmarton opened this issue Sep 13, 2017 · 3 comments
Closed

Product listing error in Firefox #912

csordasmarton opened this issue Sep 13, 2017 · 3 comments

Comments

@csordasmarton
Copy link
Contributor

I'm getting the following error message in Firefox (55.0.2 (64-bit)) when I'm trying to open the products listing page (http://localhost:8001/products.html):
cc_products

@whisperity
Copy link
Contributor

Can confirm the issue, it sometimes appeared to me in Firefox too. I have no idea what causes it.

@whisperity
Copy link
Contributor

Sometimes, it appeared. Right now I'm testing multiple nasty configuration of product settings and I can't get this error to pop up.

@csordasmarton
Copy link
Contributor Author

I tried to debug this problem. If I'm using a non async call here, it works good:

CC_PROD_SERVICE.getProducts(null, productNameFilter,
function (productList) {
that.onLoaded(productList);
productList.forEach(function (item) {
that._addProductData(item);
});
that.onLoaded(productList);
});
},

@whisperity whisperity added this to the release 6.0.2 milestone Oct 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants