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
{{ message }}
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
JS breaks after gem installation.
Remove item button (X) and checkbox 'Use billing address' not working.
In console:
solidus_starter_frontend-bf8b6323022eecfcb822f501b0cf8861f185039dde4a6d71fe7e72e733e2de8e.js:752
Uncaught ReferenceError: Spree is not defined
at solidus_starter_frontend-bf8b6323022eecfcb822f501b0cf8861f185039dde4a6d71fe7e72e733e2de8e.js:752:21
(anonymous) @ solidus_starter_frontend-bf8b6323022eecfcb822f501b0cf8861f185039dde4a6d71fe7e72e733e2de8e.js:752
edit:53
Uncaught ReferenceError: Solidus is not defined
at edit:53:5
Solidus Version:
3.2.4
To Reproduce
Install gem, add item to the cart, see errors in the console
Fix
from file /vendor/assets/javascripts/spree/frontend/all.js remove line: //= require spree/frontend/solidus_paypal_braintree
Seems like this line is unnecessary since there is: //= require_tree . already
The text was updated successfully, but these errors were encountered:
JS breaks after gem installation.
Remove item button (X) and checkbox 'Use billing address' not working.
In console:
Solidus Version:
3.2.4
To Reproduce
Install gem, add item to the cart, see errors in the console
Desktop:
Gemfiles
Fix
from file /vendor/assets/javascripts/spree/frontend/all.js remove line:
//= require spree/frontend/solidus_paypal_braintree
Seems like this line is unnecessary since there is:
//= require_tree .
alreadyThe text was updated successfully, but these errors were encountered: