-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
🐞 bug report
✍️ Description
When editing the address bar to navigate to the root of a domain (e.g., https://localhost:3001/
), the page content does not update correctly if the root page has been visited previously. The content from the previous URL persists. However, if the root page of a different site not previously visited is navigated to (e.g., https://anotherdomain.com/
), the navigation works as expected.
🕵🏼♂️ Is this a regression?
This behavior is occurring in the current version v1.15.0. I don't know present in previous versions.
🔬 Minimal Reproduction
- Visit a root page on a domain (e.g.,
https://localhost:3001/
). - Edit the address bar to navigate to a different URL on the same domain (e.g.,
https://localhost:3001/en/foo
). - Edit the address again to navigate back to the root site (e.g.,
https://localhost:3001/
). - Observe that the page content does not update and remains as the content from the previous URL.
- Now, navigate to the root page of a different domain (e.g.,
https://anotherdomain.com/
), and observe that it navigates correctly.
🌍 Your Environment
Version: v1.15.0
Browser: [Your Browser Name and Version]
OS: Windows 11
🔥 Exception or Error or Screenshot
2024-12-27.10-55-06.mp4
No errors shown, but the page content does not update when navigating to the root site after editing the URL.
Metadata
Metadata
Assignees
Labels
No labels