reduxjs / redux-devtools

DevTools for Redux with hot reloading, action replay, and customizable UI
http://youtube.com/watch?v=xsSnOQynTHs
MIT License
13.99k stars 1.16k forks source link

v3.2.0 no longer working on chrome #1731

Open opeologist opened 2 weeks ago

opeologist commented 2 weeks ago

chrome automatically updated this extension to v3.2.0 and it no longer sees/connects to stores on my site like the previous version did. no code changes in user land have occurred.

are there additional steps to enable the extension's use post-manifest v3? that looks to be the only change in v3.2.0

any help would be appreciated, thanks!

Methuselah96 commented 2 weeks ago

Sorry that the new version is not working for you! There shouldn't be any additional steps to get it working, I will work on adding some diagnostic logging so that we can see what's going on. If you need a fix sooner, you can download the chrome.zip from one of the earlier versions and manually install that by going to chrome://extensions, turning on Developer mode, unzipping the extension, and selecting "Load Unpacked.

opeologist commented 1 week ago

wound up having to revert to v3.1.11 to unblock me while this gets sorted. checked before reverting if 3.2.3 fixed the issue and it was still not working. let me know if you need me to test anything related to resolving this! thank you!

Methuselah96 commented 1 week ago

Can you check if there are any console errors for either the "Redux" DevTools tab or the background service worker?

You can check the "Redux" DevTools tab by right-clicking in the panel when you have the tab open and going to "Inspect View."

You can check the background service worker by going to "Extensions," enabling "Developer Mode," and clicking on the "service worker" text that appears in the Redux DevTools extensions square.

Or if there are any errors in the regular DevTools console for your page, those could be relevant as well.

Oikio commented 1 week ago

I have similar issue, no errors in consoles of service worker or redux devtools.

One thing though, devtools works if it's tab with Redux Devtools was open/focused in Chrome DevTools focus when page reloads, but will fail to connect to store if one opens after page was loaded.

UPD: version 3.2.2.

shadow1349 commented 5 days ago

I am having a similar issue with version 3.2.4. When I open the devtools I just get this image

I am on Chrome (desktop) Version 128.0.6613.120 (Official Build) (arm64) and an M3 Mac

PhantomLinker commented 4 days ago

I am having a similar issue with version 3.2.4. When I open the devtools I just get this image

I am on Chrome (desktop) Version 128.0.6613.120 (Official Build) (arm64) and an M3 Mac

I have the same issue after installing some updates today. Also Version 3.2.4 of the Extension. Chrome Version 128.0.6613.121 (Offizieller Build) (arm64) on an M1 Mac.

The project runs NGXS instead of vanilla Redux or NgRx.

I found a workaround: Right Click on the extension -> "Open in a window" which should still display the Error Message -> reload/refresh the site so that the stores will load again =)

shadow1349 commented 4 days ago

@PhantomLinker, that's interesting. I don't get the error when opening in a new window but a refresh does show the store. However, when I close the extension and re-open it it breaks again.

PhantomLinker commented 4 days ago

@PhantomLinker, that's interesting. I don't get the error when opening in a new window but a refresh does show the store. However, when I close the extension and re-open it it breaks again.

Yes. Closing and Opening the extension will display the Error again. It might be a Bug in the Initialzation process of the extension.

Gianarci commented 3 days ago

Same problem here. Plugin version 3.2.4, Chrome version 128.0.6613.137 (Official Build) (64-bit)

MrTob commented 3 days ago

same problem. Chrome Version 128.0.6613.138 and NGXS