Opened 4 years ago
Closed 4 years ago
#52952 closed defect (bug) (reported-upstream)
Uncaught (in promise) Error
Reported by: | dsutoyo | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.7 |
Component: | Editor | Keywords: | |
Focuses: | Cc: |
Description
I get a "Uncaught (in promise) Error: The entity being edited (postType, undefined) does not have a loaded config." error message when trying to edit a custom post type with lots of taxonomies registered. When the number of registered taxonomies reaches 67, the error is triggered. At less than 67, the error is not present.
Taxonomies and CPT were registered with Custom Post Type UI, but the error is still there if I switch to registering via code.
This error is present with latest version of WP (5.7) with the twentytwentyone theme. Using the Classic editor does not trigger the error, even with more than 67 taxonomies.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Hi @dsutoyo,
Welcome to Trac! And thanks for this report!
I've gone ahead and opened an issue upstream in the Gutenberg Repository over on GitHub. The issue will need to be fixed there and published before it can be included in WordPress Core.
You can follow along and participate there: https://github.com/WordPress/gutenberg/issues/31208. One question you could answer that would be helpful is whether there were any other plugins active, or if you were able to reproduce the behavior on a fresh install with no active plugins.
Thanks!