[MV3 Beta Bug] Refreshes on Initial Page Load #1238
Labels
area/MV3
Issues related to Manifest V3 version
kind/bug
A bug in existing code (including security flaws)
mv3-beta-bugs
Sometime an unnecessary refresh happens during the initial page load. A common symptom is entering a url that can be served over ipns, the page refreshes and nothing shows. This happens because there is a race-condition that tries to reload the page when the page is still loading/redirecting the desired page. This should not happen, instead of refresh a better approach will be to update the url on the given tab to be the destination url.
Edit: The URLs that are being observed and being resolved by DNSLink, show up depending on the resolver speed, in the mean time the page could've loaded over the network, causing a change in URL after.
The text was updated successfully, but these errors were encountered: