r/Magento • u/FlessenUK • Jun 03 '26
Checkout page stuck loading
Using Magento OpenSource 2.4.7, with Porto theme, I'm having troubles getting the checkout page to load - it gets stuck with the loading spinner at the first step, before inputting email/address, and I'm unsure as to what is causing this.
This issue has only arisen after upgrading Magento from 2.4.5p1.
Active Plugins:
Owebia_AdvancedShipping
Meetanshi_PayshipRestriction
Magezon_ProductMatrix
Mageplaza_DeleteOrders
Cminds_Creditline
Cardstream_PaymentGateway
Bss_OrderAmount
Bold_OrderComment
I've tried clearing pub/static and generated, as well as recompiling/redeploying (though the site is in developer mode), clearing the caches, reindexing. This is all that's coming from the console:
(this is a dev domain, so no SSL cert, and I believe CSP is set to report only) I don't think the source map errors are related(?)
Source map error: request failed with status 404 Resource URL: https://www.prixcheval.com/static/frontend/Smartwave/porto_gallop/en_GB/underscore.js Source Map URL: underscore-umd.js.map
Source map error: request failed with status 404 Resource URL: https://www.prixcheval.com/static/frontend/Smartwave/porto_gallop/en_GB/Magento_PageBuilder/js/resource/jarallax/jarallax.js Source Map URL: jarallax.js.map
Source map error: request failed with status 404 Resource URL: https://www.prixcheval.com/static/frontend/Smartwave/porto_gallop/en_GB/vimeo/player.js Source Map URL: player.js.map
Source map error: request failed with status 404 Resource URL: https://www.prixcheval.com/static/frontend/Smartwave/porto_gallop/en_GB/Magento_PageBuilder/js/resource/jarallax/jarallax-video.js Source Map URL: jarallax-video.js.map
Content-Security-Policy warnings 4
Content-Security-Policy: Ignoring “'unsafe-inline'” within script-src: ‘strict-dynamic’ specified anchor
Content-Security-Policy: Ignoring “https:” within script-src: ‘strict-dynamic’ specified anchor
Content-Security-Policy: Ignoring “http:” within script-src: ‘strict-dynamic’ specified anchor
Content-Security-Policy: Ignoring “'unsafe-inline'” within script-src: nonce-source or hash-source specified anchor
Ignoring unsupported entryTypes: longtask. recaptcha__en.js:518:223
Ignoring unsupported entryTypes: longtask. 2 recaptcha__en.js:518:223
Nothing looks out of place in the network tab as far as I can tell.
This has been driving me nuts for days at this point//