Hey, for some reason our Collection List does not load new Collection Items when “Next” is pressed.
Here its the publish share link: Webflow - WeAreDevelopers
Live link is: WeAreDevelopers Magazine
What could be a cause of this issue? I have followed a tutorial that describes how to set up a Dynamic CMS with Pagniation (Link ) but even though I have set it up 1:1 the same way, for us the Next button just loads the same list items again.
Here is my public share link: LINK
(how to access public share link )
memetican
(Michael Wells)
February 7, 2023, 12:08am
2
I haven’t dug into your site setup however most likely you have a script that’s interfering.
Probably vue.js.
Note when you click next, your URL isn’t changing. It should be changing e.g. from this;
https://www.wearedevelopers.com/magazine
To this;
https://www.wearedevelopers.com/magazine?d6021287_page=2
Thanks for the reply.
Those are the only scripts implemented.
The CMS Load Script causes it to not create a new page so it is intended. CMS Load more for Webflow - No-code using Attributes
<!-- [Attributes by Finsweet] CMS Filter -->
<script async src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-cmsfilter@1/cmsfilter.js"></script>
<!-- [Attributes by Finsweet] CMS Load -->
<script async src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-cmsload@1/cmsload.js"></script>
<link rel="alternate" hreflang="en" href="https://www.wearedevelopers.com/magazine">
<link rel="alternate" hreflang="x-default" href="https://www.wearedevelopers.com/magazine">
<link rel="alternate" type="application/rss+xml" title="WeAreDevelopers Magazine RSS" href="https://www.wearedevelopers.com/magazine/rss.xml" />
memetican
(Michael Wells)
February 7, 2023, 9:57am
4
Ah then it sounds likely that’s the source of your problem, either a misconfiguration of your Finsweet lib, or something conflicting with it. Finsweet has s Slack channel to support their libraries I believe.