Description
The Finsweet Instagram Feed component is not rendering on the live site despite being correctly configured in the Finsweet app. The component HTML is present in the published page source (66 instances of fs-instagramfeed found), the access token is saved successfully in the app dashboard, and the feed preview displays correctly inside the Finsweet app panel. However, the fs-components script never makes any network requests on the live site and the feed remains as placeholder content.
Site URL
Required: https://www.rockethq.co.uk/
Steps to Reproduce
-
- Visit the website above on any browser
- Open browser DevTools and go to the Network tab, filter by Fetch/XHR
- Reload the page and observe that no requests are made to fs-components, instagram, or graph .facebook.com
- Inspect the Instagram feed section — the component renders as placeholder content only
- View page source and search for fs-instagramfeed — the HTML is present but the script does not initialise
Expected Behavior
The Finsweet Instagram Feed should fetch posts from the connected Instagram account and render them in the grid on the live site, replacing the placeholder content.
Actual Behavior
The feed remains as placeholder content on the live site. The fs-components script loads in the page source but makes no network requests and does not initialise. The current script output shows the integrationId field is empty despite the access token being saved successfully in the app:
integrationId: “”
integrationType: “token”
siteId: “6864fdd5c563b40d698c7be5”
showOnPage: “true”
The access token was reconnected multiple times and the site was fully republished after each attempt. The domain www.rockethq .co.uk was recently migrated, and a new siteId (6864fdd5c563b40d698c7be5) appears to have been generated during this process. It is unclear whether the Instagram token is correctly linked to this new siteId.
Video/Screenshots
This is with the fs-instagramfeed_styles css removed:
/\* Hide Instagram feed elements by default until they are loaded \*/ \[data-wf-domain\] \[fs-instagramfeed-instance\] {opacity: 0;} /\* Limit the description to only 3 lines \*/ \[fs-instagramfeed-instance="fs-instagramfeed"\] \[fs-instagramfeed-element="caption"\] { }Additional Context
-
- Browser: Chrome (latest)
- Device: Desktop
- The component HTML is published correctly — fs-instagramfeed appears 66 times in the page source
- The Finsweet app preview shows the correct Instagram feed for the Rocket account
- No Finsweet-related errors appear in the browser console — only unrelated GSAP and Vimeo CORB warnings
- The site was recently migrated to a new domain (www.rockethq.co.uk) and the Finsweet app was reinstalled during troubleshooting
- integrationId is empty in the published script output despite token being saved in the dashboard
