Redux Dev Tools not working in Preview App Control 2023.02

Hey everybody,

it seems like the Redux Dev Tools in the browser stopped working for applications run by the Preview App Control in the new A12 version 2023.02. While in older versions all actions as well as the current state were displayed, everything stays empty when i run the PAC in the new version. This happens both in Chrome and Firefox and for all workspaces i tried.

Am I missing something? Any help and ideas are highly appreciated! :slight_smile:

PS: Sorry for the wrong version in the tag, there was no 2023.02 yet…

hi @christine-solid-alder what i can see from code level is that in appsetup of preview app:

composeEnhancer: isProduction ? undefined : enableReduxDevTools(),

so for quick fix on your side jump into the sources view of your devtools and overwrite isProduction in runtime

Hey @christine-solid-alder, thanks for your post within A12 discourse! I hope the proposed solution by @markus-agile-fog solves your problem
And also thanks for the hint with the missing version tag, I created the missing one and tagged your post correctly.

Cheers,
Nico

hi @markus-agile-fog,

thank you for the quick reply! The workaround does work :partying_face: - but it’s really not ideal as it has to be done again after every page reload.

Would be great if that could be changed soon. Maybe it would make sense to provide the possibility to switch that on/off in the PAC UI if it shouldn’t always be enabled for some reason?

And thanks @nico-round-kernel for setting the correct version tag!

hi @christine-solid-alder, the devtools will be enabled in next release 2023.02-ext.1 coming soon.

Have a nice day.