Michael Bromley
Michael Bromley
Adding plugins to vendure-config, giving error "Nest can't resolve dependencies of the ConfigModule"
I'm closing this as I don't see a specific issue with Vendure itself - rather a combination of various configurations interacting badly to cause errors.
Hi, The reason that dotenv is a regular dependency is that in the vendure-config.ts file, it is used to automatically load env vars which are used in the config. Moving...
Thank you!
Hi, mysql v8 should be supported, so I'll look into it when I get time.
We actually have a [special clause in the currency update code](https://github.com/vendure-ecommerce/vendure/blob/9c1cb1662e899c62d93f8741f9476f415c721998/packages/core/src/service/services/channel.service.ts#L429) to specifically address this issue ("You can't specify target table 'product_variant_price' for update in FROM clause") Please ensure that...
Hi, Thanks, this looks good. Can you make a suggestion for some documentation on this feature? At least as doc blocks on the new method/property.
Hey, thanks for finding the time to complete this PR! It now strikes me that we should have a page in our `developer guide > advanced topics` covering how to...
In v2.2.0 the event-based approach has been implemented: https://github.com/vendure-ecommerce/vendure/commit/e4175e742e8431a20b4e60be61fe6c9a27efc982 I'll leave this issue open however since we could still add the more intuitive API as described in the original issue.
Hi, thanks for this! The actual source of this md file is [here](https://github.com/vendure-ecommerce/vendure/blob/1579e49350e58549420df722790303a9eb9d8984/packages/core/src/health-check/typeorm-health-check-strategy.ts#L25-L30) - would you mind updating that part? Otherwise the md file will be overwritten next time the...
Note: we are on the latest 2.x version. From their readme: > node-fetch from v3 is an ESM-only module - you are not able to import it with require(). >...