wp-admin » ⚠️ WordPress error: Minified Redux error #7

⚠️ WordPress error: Minified Redux error #7

After upgrading WP to 6.0 the Edit post page is blank with the following errors in Chrome dev tools:

Uncaught Error: Minified Redux error #7; visit https://redux.js.org/Errors?code=7 for the full message or use the non-minified dev environment for full errors. 
    at b (data.min.js?ver=38ad563aa39c8f314fe6f6e430d81a69:2:8433)
    at redux-routine.min.js?ver=5156478c032ea85a2bbdceeb7a43b0c1:2:1797
    at data.min.js?ver=38ad563aa39c8f314fe6f6e430d81a69:2:10824
    at Object.dispatch (data.min.js?ver=38ad563aa39c8f314fe6f6e430d81a69:2:11136)
    at Object.__experimentalReapplyBlockTypeFilters (data.min.js?ver=38ad563aa39c8f314fe6f6e430d81a69:2:14301)
    at Module.ha (edit-post.min.js?ver=0066e2a76eff88129280c12c9a52b6b4:7:110375)
    at HTMLDocument.<anonymous> (post-new.php:2477:25)
chrome y0whPoRYdg 1024x266 - ⚠️ WordPress error: Minified Redux error #7

I’ve disabled all plugins and reverted to the default 2022 theme, but the problem continues.

After examining the files in question, I discovered that they were being utilized by the Gutenberg editor, so I temporarily disabled it by adding the following code to my theme functions.php file:

add_filter('use_block_editor_for_post', '__return_false', 10);

I may now create new posts or update existing ones as usual.

See also  Hot to fix error: Missing a temporary folder. ✔️

Was this post helpful?

2 thoughts on “⚠️ WordPress error: Minified Redux error #7”

Leave a Comment

I enjoy constructive responses and professional comments to my posts, and invite anyone to comment or link to my site.

Recommended