-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Although your browser supports IndexedDB, DevDocs couldn't open the database. #584
Comments
This problem happens to me also from time to time ! Firefox clearly shows that |
I also have this issue.. Well, i always have this issue on firefox, #403 helps me out a lot of time |
Haven't had a chance to investigate this yet. I'll give it a go soon. Unfortunately without being able to replicate (even though I use Firefox as my main browser), it's a hard one. I've been fighting browser bugs in IndexedDB since I first started using IDB in DevDocs, and this bears all the hallmarks of a browser bug… To help debug, please run |
After the last update, It is working now, thanks 😄. Here is the output of your instruction :
|
@edouard-lopez @xgears could you reload/update DevDocs and post a screenshot of the offline page please? The error page should now say what actual error occurred when trying to open the database. |
Console errors: IDBOpenDBRequest { onblocked: null, onupgradeneeded: null, source: null, transaction: null, readyState: "pending", onsuccess: null, onerror: null } I can also see enabled entries in "Local Storage" but nothing under "Indexed DB" |
@xgears Thanks for the info. Do you have multiple versions of Firefox installed on your system? |
@Thibaut Not until recently; I've been using Firefox Developer Edition few weeks now which seems to work fine, the issue however still persist on the default Firefox. |
Note: Although I still see the same error on current DevEdition 54.0a2 (2017-04-18) (64-bit) it is now working on Nightly 55.0a1 (2017-04-23) (64-bit) for me. |
I'm seeing this right now. I've tried Nightly and I can't quite reproduce it yet, but on DevEdition 54 I'm not able to use the offline mode. Here's the stack trace I get in the console:
There are no source maps available so its hard to know what the cause is, I'm trying to dig further into it now. |
@clarkbw it's on my list to take another look at this. Haven't had time yet. If you manage to isolate replication steps, that'd be very useful. I use Firefox (Beta, so same as DevEdition now) every day but have never been able to replicate. I suspect it's a browser bug, since the error ( |
I think you're right, it so far has the un-re-producible-ness of a browser bug |
I filed bug 1367539 to track this, we'll see if anyone else finds anything here. |
@Thibaut using a new profile seems to fix the issue, I'm assuming the error has to do with a pref/user/default setting |
According to the investigation in the bug this was a problem related to running different versions of Firefox in the same profile. |
Other errors could be different of course. |
Can't get it to works, I tried to enable some option without success (didn't restart)
Env
Question
Could you tell me what option are relevant here?
The text was updated successfully, but these errors were encountered: