-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
DevTools crash after a while in FireFox 106 #1950
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
Comments
I'm experiencing the same problem starting today on Windows 10 with Firefox DE 106.0b4 and tools 6.3.0. On loading my Vue project, I can work with the dev tools for a relatively short time before I run into the same behaviour described above. Reloading the page will start the cycle over. My project is much smaller, with only two views and ~20 components. |
Did you experience this on Chrome or Edge too? |
@Akryum In Chrome it works as expected for me. |
The logo on your screenshot is shown when the devtools frontend disconnects from the injected script (mostly when you reload the page). I've tried leaving mine open on Firefox 104 a fairly complex app and it has not disconnected for almost an hour. Could you provide more details such as:
There is a chance this is caused by a bug in Firefox 106. I'll try again on Firefox DE |
It seems that it does not happen if the tab is always visible (even if not focused) |
Looks like Firefox 106 terminates the background scripts if the tab is in the background. |
I'm using macos firefox developer edition version 106.0b9(64 bit) and I'm having the same problem, it keeps restarting about every 30 second. |
The same here, and if you have a complexe app with canvas and high frequency reactivity use, it crashes once and you have to close the console, reload your page to reopen the console. 30 seconds later, it crashes again. Firefox 106.0b9 (64 bits) / Windows 10 up to date. |
I'm having the same issue with a mid-sized project on It makes the Did anybody find a fix for this? I tried to downgrade the extension to version This project I'm working on uses an app shell, since the project itself is not too complex, I'd assume that it might have something to do with the app shell, but it's just a guess. @Akryum please consider re-opening this issue ticket as we don't know any fix for this yet. It affects quite a few people here. |
Came to look if it was a known bug. The same is happening here with the newest Firefox Developer Edition. Really frustrating bug. |
Firefox has changed the way they handle extension background pages 👀 |
I'm also encountering this on Firefox Dev edition. Really unfortunate bug with vue dev tools. Firefox dev edition: 108.0b1 (64-bit) |
This issue has been marked as closed, but it started happening to me today. Every ~30s it disconnects and reconnects. FF: 107.0 |
I have the same problem. Every ~30 seconds it disconnects and reconnects. Firefox: 107.0 (64-bit) |
I have the same problem. Firefox: 107.0 (64-bit) |
Same problem here, even if tab is in the foreground. Firefox 107.0 (64-bit) |
@Akryum why you close this issue??? |
Discussion continued in #1974 |
The same problem started with me today it keeps crashing Firefox 108.0.1 |
This problem still exists, and it's bewildering someone thought it was a good idea to close this issue. |
You can use https://github.com/vuejs/devtools/issues/1974#issuecomment-1362763601 addon temporarily. And waiting for https://github.com/vuejs/devtools/pull/2000#issue-1476480820 MR approved. |
Version
6.3.0
Browser and OS info
FireFox Developer Edition 106.0b04 / Windows 10
Steps to reproduce
What is expected?
The devtools should not be crashed.
What is actually happening?
The devtools crash frequently.
After I upgrade firefox 106, the bug occurred. In Chrome or Firefox 105, it behaves normally (not crash frequently).
The text was updated successfully, but these errors were encountered: