Redux-devtools-extension: Redux DevTool tab stuck forever loading in Incognito mode

Created on 28 Nov 2018  路  2Comments  路  Source: zalmoxisus/redux-devtools-extension

Hi,

When using Chrome's incognito mode, the "Redux" tab in the Developer tools hangs displaying the preloader. but the "quick access extension button" works. This only happens in Incognito mode. See images

Incognito mode
image

Normal mode
image

Chrome version: 70.0.3538.110 (Official Build) (64-bit)
Redux DevTool version: 2.16.3

The extension is properly enabled in incognito (_i.e._ it's not a duplicate of #521 ;) )

Most helpful comment

Thanks for the details. I can reproduce it, getting "Background page failed to load" exception from chrome, so there's no access to extension's background script. I'll ship a patch tomorrow. Meanwhile you can use it from extension's windows instead of devpanel (right click on the page and select desired position from context menu).

All 2 comments

Thanks for the details. I can reproduce it, getting "Background page failed to load" exception from chrome, so there's no access to extension's background script. I'll ship a patch tomorrow. Meanwhile you can use it from extension's windows instead of devpanel (right click on the page and select desired position from context menu).

Fixed in 2.16.4, which was published this morning on Chrome Store. Note that because we don't have access to the background store objects, it will be serialized again and could be slower and consuming more RAM depending on the state structure.

Feel free to reopen the issue if still experience problems with this.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ThinkSalat picture ThinkSalat  路  3Comments

dreszczyk picture dreszczyk  路  4Comments

michaelwalloschke picture michaelwalloschke  路  3Comments

zalmoxisus picture zalmoxisus  路  4Comments

pooltoymae picture pooltoymae  路  3Comments