vuestorefront / mage2vuestorefront

Magento to Vue-storefront datapump - synchronizes Products, Categories and Product-to-category links between your Magento2 API and NoSQL database of vue-storefront

Home Page:http://vuestorefront.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot read property 'attribute_id' of null produc t.js:256:47

opened this issue · comments

error: Unhandled Rejection at: Promise Promise {
TypeError: Cannot read property 'attribute_id' of null
at findOptionValues (/var/www/html/storefront-api/node_modules/mage2vuestorefront/src/adapters/magento/produc
t.js:256:47)
at /var/www/html/storefront-api/node_modules/mage2vuestorefront/src/adapters/magento/product.js:261:37
at Array.map ()
at selectFields (/var/www/html/storefront-api/node_modules/mage2vuestorefront/src/adapters/magento/product.js
:260:39)
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:97:5)
} reason:
{
message: "Cannot read property 'attribute_id' of null",
stack: "TypeError: Cannot read property 'attribute_id' of null\n" +
' at findOptionValues (/var/www/html/storefront-api/node_modules/mage2vuestorefront/src/adapters/magento/pro
duct.js:256:47)\n' +
' at /var/www/html/storefront-api/node_modules/mage2vuestorefront/src/adapters/magento/product.js:261:37\n'
+
' at Array.map ()\n' +
' at selectFields (/var/www/html/storefront-api/node_modules/mage2vuestorefront/src/adapters/magento/product
.js:260:39)\n' +
' at runMicrotasks ()\n' +
' at processTicksAndRejections (internal/process/task_queues.js:97:5)'
}

any update on this?

i'm also having same issue, please provide some solution