-
Problem is that https://github.com/vuestorefront/vue-storefront-api/tree/v1.12.2/src/lib does no longer have an `./src/lib/taxcalc.js` file
```
Trace: Error: Cannot find module '../../lib/taxcalc'…
-
1. Install the module on VueStorefront 1.8 via Yarn.
2. Run `yarn dev`
Compilation error:
```
./node_modules/vsf-external-checkout-module/index.ts 14:18
Module parse failed: Unexpected token (1…
-
## Current behavior
- [Capybara Home Page is not working](http://capybara.storefrontcloud.io/).
- Shows a ngnix error (404)
## Expected behavior
- Should take me to the theme page.
- S…
-
Hi,
I have deployed Vendure server to Google Cloud run following this article :
https://www.vendure.io/blog/2021/11/serverless-e-commerce-vendure-on-google-cloud-run/
Now I wish to deploy a stor…
-
### PHP Version
7.4.16
### Shopware Version
v6.4
### Expected behaviour
"extensions" property contained in the API response when includes parameter is used - for store-api endpoints
### Actual b…
-
The notifications are to be moved to `vuestorefront/libs`.
The notifications should be moved to the template as it is presentation logic.
The developer implementing would decide what is shown.
-
We're seriously considering promoting this module as a default deployment strategy for VSF on production. What do you think on creating a separate repository (in the `ClickAndMortar` org.) so we can p…
pkarw updated
4 years ago
-
## What is the motivation for adding / enhancing this feature?
By each product or category page request we're currently executing at least few requests for Elastic data:
* get product,
* get relat…
pkarw updated
3 years ago
-
## What is the motivation for adding / enhancing this feature?
Currently, per each catalog request, we're executing at least 2 Elastic queries:
* getting the products,
* getting the tax rates to …
pkarw updated
3 years ago
-
## Current behavior
On kubenretes all works fine when using the dev env ( running yarn dev ) but once I change the env variable to production or test , it runs "yarn start" but it is not successfully …