When scrolling through search results (using product archive template + elementor) the page is increased in the search bar (adds …/page/1, …/page/2, etc.), since this is done with AJAX it doesn’t create immediate issues, but when a site user goes to a product, then clicks the back button, the products don’t load properly, as they attempt to load from the page referenced in the URL
Steps to reproduce
1. Navigate to a product archive on our site (e.g. https://vintstreet.com/product-category/mens/)
1a. Take note of the products at the top of the list
2. Scroll down any amount – observe the change in URL
3. Click into a product, then click back on your browser (often in top left corner)
4. observe that the products being loaded are from the page number referenced in URL, and no products from previous pages are displayed.