NewTab-Redirect icon indicating copy to clipboard operation
NewTab-Redirect copied to clipboard

file: URL does not display, Omnibox empty

Open WilfulTravesty opened this issue 10 months ago • 3 comments

Using a URL like file:///C:/Users/myname/Desktop/links.html results in a new tab being an empty white page and the Omnibar being empty. Using external web site URLs works fine.

WilfulTravesty avatar Feb 21 '25 19:02 WilfulTravesty

Same here. I wonder if Chrome has started to disallow redirects to local files. 😞

NfNitLoop avatar Feb 26 '25 21:02 NfNitLoop

Error from console:

Uncaught (in promise) Error: Cannot navigate to a file URL without local file access.

NfNitLoop avatar Feb 26 '25 21:02 NfNitLoop

I've had the same issue and on search stumbled upon this, and after reading @NfNitLoop comment about the error in the console, I confirmed I had the same and solved it by going in about:extensions and changed enabled the permissions for the extension to access local files

Image

TheMikeyR avatar Mar 19 '25 10:03 TheMikeyR