vue-storefront-api
vue-storefront-api copied to clipboard
Vue.js storefront for Magento2 (and not only) - data backend
As reported at: https://forum.vuestorefront.io/t/elasticsearch7-es7-support-connect-econnrefused/1567/4 ES7 container can not be reached because it's supposed to be named 'elasticsearch', not 'es7'. I guess in docker-compose.elastic7.yml, container_name should be fixed as follow: container_name:...
Closes #501 I wasn't sure of the best way to approach this as it is specific to Magento. I tried taking the advise of @pkarw to only work in the...
With the changes introduced in https://github.com/DivanteLtd/vue-storefront-api/pull/390, the catalog API middleware became `async`. While this works generally fine, it breaks the default express error handling - instead of invoking the next...
I have a site that is password protected and I have added correct credentials in vue-storefront-api configuration under `httpUserName` and `httpUserPassword`, but I'm still not able to access the site...
running with node v12 i get: [DEP0106] DeprecationWarning: crypto.createDecipher is deprecated. https://stackoverflow.com/questions/60369148/how-do-i-replace-deprecated-crypto-createcipher-in-nodejs#:~:text=according%20to%20the%20deprecation%20docs,salt)%20and%20static%20initialization%20vectors. Using crypto.createCipher() and crypto.createDecipher() should be avoided as they use a weak key derivation function (MD5 with no...
**Note** - I'm writing this from the perspective of a Magento 2 VSF integration. I can't speak to how this impacts other platforms. When a user is logged in (for...
When output cache tagging is enabled, cache entries are tagged with the first letter of the entity + the respective ID, e.g. `C1234`: https://github.com/DivanteLtd/vue-storefront-api/blob/master/src/api/catalog.ts#L130 Given that the entities `category`, `cms_block`...
Just tried to run the app with docker: docker-compose -f docker-compose.yml -f docker-compose.nodejs.yml exec app yarn mage2vs import ``` Elasticsearch ERROR: 2018-12-24T12:13:06Z Error: Request error, retrying POST http://localhost:9200/vue_storefront_catalog_eur/category/2/_update => connect...
Accidentally found here suspicious code https://github.com/DivanteLtd/vue-storefront-api/blob/7d60cfc22083653fc48ed176aec8e2e848cbf4b4/src/platform/magento2/stock.js#L4 Seems base class should be ``AbstractStockProxy``, but not an ``AbstractUserProxy``