Here is my site Read-Only: https://preview.webflow.com/preview/xxxre-test-build?utm_medium=preview_link&utm_source=designer&utm_content=xxxre-test-build&preview=fa4c49617d7cf2fc2d27dfbee5366979&workflow=preview
Hello everyone, I need help with a tough issue, It’s days I’m trying to solve the problem but failed
My Goal: A private, tabbed user dashboard in webflow where a logged-in user sees only their own CMS items (external users see all published Ads but each external user sees his own only. I mean the simple basic user dashboard.)
What I’ve Done:
-
Setup a “Member ID” field in my CMS and a hidden text block with fs-cmsfilter-field=“member-id” and data-ms-member=“id” attributes to filter by the logged-in user.
-
Setup tab links with fs-cmsfilter-field=“status” and fs-cmsfilter-value=“…” attributes.
-
Setup the collection wrapper with fs-cmsfilter-element=“list”.
The Problem: The filter script does not run at all. The cmsfilter script fails to initialize.
What We’ve Debugged and Proven:
-
We first confirmed that the external cmsfilter.js script was being blocked by the browser (Network tab showed a (failed) status).
-
We then proved that a simple does run from the footer, so basic custom code is working.
-
We switched to the modern cmslibrary.js and tried to run the filter inside a window.MemberStack.onReady function.
-
This caused a new error: Uncaught TypeError: Cannot read properties of undefined (reading ‘onReady’), proving a timing conflict where our script runs before Memberstack is ready.
-
We then added the official Memberstack “shim” to fix the onReady error. This successfully stopped the error, but we are back to a completely silent console. The code inside the .then() block is not executing.
Conclusion: script in my footer in custom code is failing all time?
Can you please advise on how to resolve this problem? please explain in simple clear steps and advise on the correct script to copy paste in the footer
The current script in my footer in custom code:












