You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
This also happens when you navigate back from a PDF and then forward again, or when a tab is discarded (to release memory) and then loaded again.
More detail on what's causing this:
For some reason, after the page is rendered, muon is changing its stored url from: chrome-extension://jdbefljfgobbmcidnmpjamcbhnbphjnb/content/web/viewer.html?file=http%3A%2F%2Fwww.pdf995.com%2Fsamples%2Fpdf.pdf
to: chrome-extension://jdbefljfgobbmcidnmpjamcbhnbphjnb/http://www.pdf995.com/samples/pdf.pdf, hence 404
@bridiver mentions that there is now setURLHandler and setReverseURLHandler in the browser-side extension api to replace all the url handlers we have in browser-laptop, but that this should be able to be fixed in browser-laptop.
Description
PDF not loaded when browser is relaunched
Steps to Reproduce
Actual result:
PDF not loaded when browser is relaunched
Expected result:
Should load the PDF when browser restarts
Reproduces how often:
100%
Brave Version
about:brave info:
Reproducible on current live release:
No
Additional Information
Reproduces on all platfrom
#12408
The text was updated successfully, but these errors were encountered: