Does Finsweet Cookie Consent only work if the site is hosted on Webflow? I implemented Finsweet Cookie Consent, published the site on a Webflow domain on a test basis and everything worked. Ultimately, however, the site is on a custome domain and custome hosting. I exported the code and Cookie Banner is not working properly. It appears on the page, but after clicking “Accept” it does not close at all. It is visible all the time.
Do you have both published site links- your test one hosted on Webflow and your externally hosted one?
My understanding is that the new FS cookie consent might be implemented as an app, and therefore not part of a normal export. But there still may be a way to set that up.
Finsweet Cookie Consent is designed for Webflow but can work on exported sites with proper setup. The issue likely comes from missing dependencies or incorrect script execution. First, ensure you have included all necessary Finsweet scripts in your exported code. Check if your site’s hosting allows local storage or cookies, as some server settings might block them. Also, verify that your script is properly linked in the <head> and not being blocked by a Content Security Policy. If the banner stays visible, try manually initializing it using window.fscookie.init(); in a script tag after page load.