“Could not connect to Shopify”
When the connect form rejects your credentials, the cause is almost always one of:Wrong domain format
Wrong domain format
Use the
.myshopify.com domain, not your custom primary domain.- ✅
my-shop.myshopify.com - ❌
shop.example.com - ❌
https://my-shop.myshopify.com
https://) and path are not part of the domain field.Admin token instead of Storefront token
Admin token instead of Storefront token
The token must start with
shpat_… and come from Storefront API access tokens, not Admin tokens.See Get a Storefront token for the exact path inside Shopify admin.Token revoked or app uninstalled
Token revoked or app uninstalled
If you uninstalled the custom app in Shopify, the token is dead. Reinstall the app or create a new one and re-copy the token.
Missing scopes
Missing scopes
The token needs the Storefront API access scopes listed in Get a Storefront token. Without them the connect succeeds but products won’t load.
CMS sync fails or returns 0 products
No products are published to the Online Store
No products are published to the Online Store
The Storefront API only exposes products that are published to your Online Store sales channel. Open Shopify → product → sales channels → enable Online Store.
Sales-channel scope missing on the token
Sales-channel scope missing on the token
If
unauthenticated_read_product_listings was disabled on the custom app, Storefront API returns empty. Re-enable scopes (see token guide) and retry.Rate-limited
Rate-limited
Very large catalogs (10k+ SKUs) may hit Storefront API rate limits during a full sync. Wait a minute and retry; the plugin resumes from where it left off.
Cart shows different counts on different pages
Almost always a runtime install issue.- Open Settings in the plugin panel
- Confirm the store is connected (the green pill should show “Connected”)
- Disconnect Store then re-connect from CMS - this reinstalls the runtime fresh
headStart may have been edited manually. Don’t edit it - the plugin manages it.
”Powered by Frammerce” badge won’t go away after upgrading to Pro
The badge is removed on the next time the plugin opens your project. To force it now:- Open the project in Framer
- Open the Frammerce plugin
- Republish
setCustomCode on open and strips the badge for Pro/Scale plans.
Components show “Loading…” forever
This means the runtime can’t reach Shopify. Check:- The store URL is reachable in your browser
- The Storefront token still works (try fetching a single product via curl)
- Your network isn’t blocking
*.myshopify.com
Deleted products in Shopify still in Framer CMS
Sync is upsert-only today - it doesn’t delete CMS items when products are removed from Shopify. Delete those items manually in the Framer CMS, or contact support if you need bulk cleanup.Need more help?
Email support
We usually reply within a few hours on weekdays.

