Providing a little context:
Let's say I initially access the page using URL1. After that, I use window.history.pushState()
to change the URL to URL2.
Now, when I click the "back" button, I observe that the address bar displays URL1 again, but the page itself does not reload to show the content related to that URL.
Can anyone provide insight into this behavior? Thank you!