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

Mage2vsf error in running importer

haris178 opened this issue · comments

Elastic search is running on vuestorefront-api
docker-compose up -d
vsf-api is running but mage2vsf is giving error on running import command which is as follows:
node cli.js taxrule
OAuth credentials has been set up in config file and elastic search version is also same as vsf-api one

error: uncaughtException: ProductNotSupportedError: The client noticed that the server is not Elasticsearch and we 
do not support this unknown product. date=Thu Nov 04 2021 14:35:50 GMT+0500 (Pakistan Standard Time), pid=15370, uid=1000, gid=1000, cwd=/home/aalogics/vuestore/mage2vs/src, execPath=/usr/bin/node, version=v10.19.0, argv=[/usr/bin/node, /home/aalogics/vuestore/mage2vs/src/cli.js, taxrule], rss=69730304, heapTotal=57733120, heapUsed=27285024, external=481496, loadavg=[1.8818359375, 0.7431640625, 0.3212890625], uptime=12278, trace=[column=15, file=/home/aalogics/vuestore/mage2vs/src/adapters/nosql/elasticsearch.js, function=null, line=110, method=null, native=false, column=19, file=internal/process/next_tick.js, function=process._tickCallback, line=63, method=_tickCallback, native=false], stack=[Error: ProductNotSupportedError: The client noticed that the server is not Elasticsearch and we do not support this unknown product.,     at /home/aalogics/vuestore/mage2vs/src/adapters/nosql/elasticsearch.js:110:15, 
    at process._tickCallback (internal/process/next_tick.js:63:19)]