Browser back button not working correctly with CMS load and pagination

I am working on the following staging page:
https://envoy-26db7f.webflow.io/resources/webinars

When using the pagination below, it adds queries to the URL (e.g. ?0a0a5105_page=2), however, when using the browser back button it does not consider the query parameter but only goes back to the last “complete” URL (e.g. if I come from google.com to Webinars Archive | Envoy, then use the pagination (Webinars Archive | Envoy), and then click the browser back button, it goes back to google.com instead of Webinars Archive | Envoy).

How can the URL queries be considered when using the browser back button?

Cheers!

hey @christianhustert! I’m afraid there is no native Attributes solution for this, some custom code could definitely help to store the query param and then add it when the user revisits the page