Open asimkhan0 opened 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.
any solution to this ?
seems that : yarn db rebuild on vue-storefront-api/ was the trick for me
yarn db rebuild
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.