Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address Bar Not Navigating to Root Page After Editing URL (When Root Page Visited Previously) #1349

Open
sal0m0n opened this issue Dec 27, 2024 · 0 comments

Comments

@sal0m0n
Copy link

sal0m0n commented Dec 27, 2024

🐞 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

  1. Visit a root page on a domain (e.g., https://localhost:3001/).
  2. Edit the address bar to navigate to a different URL on the same domain (e.g., https://localhost:3001/en/foo).
  3. Edit the address again to navigate back to the root site (e.g., https://localhost:3001/).
  4. Observe that the page content does not update and remains as the content from the previous URL.
  5. 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant