Selecting the Checkout Button fails to load the Checkout Modal and returns the following error:
An Error Occured. Reload the page and try again.
Here are the top two solutions you can try to resolve this issue. If neither of these solutions work, reach out to the Bolt Support Team.
We require URLs that handle checkout to be registered on our Auto-Approve List found in the Bolt Merchant Dashboard.
www.yourstore.com
www.ys.com
(any applicable CNAMEs or aliases)www.yourstore.eu
Refresh your browser and try to checkout again.
Publishable Keys are part of your API key set and must be linked to your storefront from the track.js
and connect.js
scripts.
track.js
script:<script
async
id="bolt-track"
type="text/javascript"
src="{CDN_URL}/track.js"
data-publishable-key="{PUBLISHABLE_KEY}"
></script>
connect.js
script:<script
id="bolt-connect"
type="text/javascript"
src="{CDN_URL}/connect.js"
data-publishable-key="{PUBLISHABLE_KEY}"
></script>
https://connect.bolt.com
.Refresh your browser and try to checkout again.