Description
Finsweet Favorites was working on my site a few days ago and now partially broke without any known changes.
-
On the overview page, the favorite button on each horse card works correctly. Items get saved to localStorage and the counter in the nav updates as expected.
-
On the CMS detail page (single horse template), where the favorite component is embedded inside a Collection List filtered to the current item, the favorite button does nothing.
-
On the Contact page (which should render all favorited horses from localStorage), no horses are rendered.
There are no console errors or warnings β the favorite buttons on the detail page are completely silent when clicked.
What Iβve already ruled out:
-
The CMS link inside the favorite component on the detail page resolves correctly to the current page
-
Multiple favorite instances on the same page work fine (tested separately)
-
The same attributes are set on the detail page as on the overview
-
Copying the entire favorite component 1:1 from the overview into the detail page doesnβt fix it
Site URL
URL: https://germanhorsecenter.webflow.io/sales-horses (overview β works)
URL: https://germanhorsecenter.webflow.io/horses/quinta-2018 (detail page β favorite button does nothing)
URL: Contact Us β Get in Touch for Expert Horse Advice (no favorited horses rendered)
Steps to Reproduce
-
Open the overview page (/sales-horses) and click the heart icon on any horse card β item is saved to localStorage, nav counter updates

-
Open a horse detail page (e.g. /horses/quinta-2018) and click the heart icon β nothing happens, no item is added to localStorage, no console output
-
Open the Contact page (/contact) β no favorited horses are rendered, even when items are present in localStorage from step 1
Expected Behavior
-
The favorite button on the CMS detail page should add the current horse to localStorage, just like on the overview page
-
The Contact page should render all horses currently saved in localStorage as favorites
Actual Behavior
-
The favorite button on the CMS detail page does nothing β no item added to localStorage, no console errors or warnings
-
The Contact page renders no horses, even when items exist in localStorage
Additional Context
-
Storage: All favorites are saved in localStorage
-
Browser: Chrome (latest), tested in incognito and with hard reload
-
Device: Desktop (macOS)
-
Is there a debug mode for Finsweet Favorites that logs which elements/instances it detects (or fails to detect)? That would help me narrow this down significantly.