Closed dperkosan closed 1 year ago
Could you provide more information about this error?
Sure,
// 20200320094149 // https://syliusvsf.bitbag.shop/admin/products/new
{ "result": "Call to a member function getPath() on bool", "code": 500 }
Thank you, there is a problem indeed. We will fix it whenever it will be possible from our end.
Remember though that we always welcome PRs which will help us to develop this integration faster.
@Codeweld hello I created the pull request where I fixed this bug Could you please review it, please? Because it's a very big issue when a client can't create a new product :)
The current solution is deprecated as it was created for Vue Storefront v1. For Vue Storefront 2 integration check out our GraphQL-based integration - https://github.com/BitBagCommerce/SyliusVueStorefront2Plugin
On creating variant product and clicking "save", there is an error on saving that product in ES. That's because in the moment of saving product to ES, variant products are not yet created.