Skip to content
Discussion options

You must be logged in to vote

Sorry for the delay.

Some of the integration modules are activated product bundle. We no longer support these bundles to be initially active due to performance optimizations. (I think we also should disallow activating them manually to prevent these kinds of issues)

Look for this code and remove <item name="active" xsi:type="boolean">true</item>:

...
<argument name="bundles" xsi:type="array">
    ...
    <item name="product" xsi:type="array">
        <item name="active" xsi:type="boolean">true</item>
        ...
    </item>
</argument>

In the latest Breeze version, these bundles are initially active only: main, run, knockout, core

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@magewiz
Comment options

@vovayatsyuk
Comment options

Answer selected by magewiz
@magewiz
Comment options

@vovayatsyuk
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants