The "RefererNotAllowedMapError" means your website's domain isn't in the allowed referrer list for your Google Maps API key. Google is blocking the request because it doesn't recognize where it's coming from.
How to fix it
Go to Google Cloud Credentials
Click on your API key
Under Application Restrictions, check that HTTP referrers is selected
Add these referrers (if not already there):
*yourdomain.com/*(your actual domain)*www.yourdomain.com/*(the www version)*storerocket.io/**.storerocket.io/*(note the dot before storerocket)
Click Save
Changes can take a few minutes to take effect.
Common mistakes
Forgetting
*.storerocket.io/*(with the dot). You need BOTH*storerocket.io/*and*.storerocket.io/*.Not including the www version of your domain.
Shopify users need to also add
*admin.shopify.com/*.Webflow users testing on a
.webflow.iosubdomain need to add*webflow.io/*.
For the full API key setup, see our Google Maps API guide.
Still stuck? Hit us up on live chat.