I am using Magento 2.3.4 . After stripe installation using composer receiving javascript error for
Cannot load property of quoteData at Main.js .
@radiantweb Please check the below URL and check the solution if you are facing the same issue
https://stripe.com/docs/plugins/magento/troubleshooting
Hope this solution helps you!
If Problem Solved! Click Kudos & Accept as Solution!
I tried with this solution. disabled js bundling. Still getting this issue.
@radiantweb Please check it on the network tab in the console browser. Also, check the server log error.
Hope this solution helps you!
If Problem Solved! Click Kudos & Accept as Solution!
Getting same error as mentioned in my question.
Thanks
Please check below shared link if that can help you:
https://github.com/magento/magento2/pull/21432
https://github.com/magento/magento2/commit/dd5187bb2a8391b08c3ebfb715116ee85aedb125
I checked but it is already in domReady!.
and same as you given a both link. Still this error comes.
Hey,
The error I got was not the same, but what I did was install the different version, for example in the first env I installed by composer and got the error then installed manually with no problems, in the second one, I thought the problem was with composer installation so I installed manually and got the same error had to install via composer, so I always needed to install, uninstall and install a different way to get the errors to disappear.
Not much of a help but you can try.
It sounds like there may be a compatibility issue between the Stripe extension you installed and your version of Magento. The error you are seeing in the JavaScript code may be related to the way that the extension is trying to access data from the quote object.
You could try reaching out to the developer of the Stripe extension for support, or check if there is an updated version of the extension available that is compatible with your version of Magento.
Alternatively, you could try to debug the issue yourself by looking at the JavaScript code and seeing if you can identify the specific line where the error is occurring. From there, you may be able to determine what changes need to be made to the code to resolve the issue.