You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I start the product indexer I'm getting the following error:
TypeError: Cannot read property 'toString' of undefined
at configurable (.../vsf-shopware-indexer/src/modules/product/template.js:34:28)
at transformedProduct (.../vsf-shopware-indexer/src/modules/product/transformer.js:182:33)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
Thats because the product attribute "auto_increment" does not exists anymore in SW 6.0.0.ea1.1
The text was updated successfully, but these errors were encountered:
If the awesome vueStorefront guys do not supply a workaround for that specific EA1.1 version, I simply would wait for the next EA version.
You could of course use the dev version of Shopware 6, to always have the latest changes
When I start the product indexer I'm getting the following error:
Thats because the product attribute "auto_increment" does not exists anymore in SW 6.0.0.ea1.1
The text was updated successfully, but these errors were encountered: