DivanteLtd / woocommerce2vuestorefront

This is WooCommerce to Vue Storefront data bridge. Harness the power of Progressive Web Apps for Your Woo Commerce shop!
https://vuestorefront.io
134 stars 31 forks source link

importing products issue #4

Open asimkhan0 opened 5 years ago

asimkhan0 commented 5 years ago

trying to import products using

node cli.js products

but no product is imported rather some warning appears for each product. and the warning is something like this

2019-09-11 12:28:45 warn: [mapper_parsing_exception] failed to parse [created_at] 2019-09-11 12:28:46 warn: [mapper_parsing_exception] failed to parse [created_at] 2019-09-11 12:28:46 warn: [mapper_parsing_exception] failed to parse [created_at] 2019-09-11 12:28:46 warn: [per_parsing_exception] failed to parse [created_at] 2019-09-11 12:28:46 warn: [mapper_parsing_exception] failed to parse [created_at]

I'm sure its coming from elastic search but not sure how to fix it.

jigneshpshah commented 4 years ago

any solution to this ?

buisine commented 4 years ago

seems that : yarn db rebuild on vue-storefront-api/ was the trick for me