Skip to content

StripeIntegration module not loaded on my browser after JS bundling and merging enabled. #337

Closed Answered by arulkailasam
arulkailasam asked this question in 1. Help
Discussion options

You must be logged in to vote

Hi All,

After extensive debugging, I discovered the root cause of the issue: the Stripe module was not loading separately when JavaScript bundling or merging was enabled.

I am using the Breeze theme in my Magento setup, which includes a breeze_default.xml file for configuration. In my scenario, I had to override this file in my custom theme to ensure the StripeIntegration component loads properly within the default section.

Below is the configuration for your reference:

<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/layout_generic.xsd">
    <referenceBlock name="breeze.js">
        <arguments>
            …

Replies: 2 comments 4 replies

Comment options

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

@arulkailasam
Comment options

@vovayatsyuk
Comment options

@arulkailasam
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by arulkailasam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants