I am doing (or trying to) create a little automation on my site. It works great and creates the media and posts and using the Make connector to Wordpress, it does create the post.
The issue is that when I go to my site to edit the post, I get a white screen with two buttons and the page stops. I copied the error code:
Error: The entity being edited (postType, undefined) does not have a loaded config.
at https://My_blog_site.net/wp-content/plugins/gutenberg/build/core-data/index.min.js?ver=99bb3f3a9fe400c3bc59:1:229744
at https://My_blog_site.net/wp-content/plugins/gutenberg/build/data/index.min.js?ver=71db7892453ff3860580:1:14227
at https://My_blog_site.net/wp-content/plugins/gutenberg/build/redux-routine/index.min.js?ver=9f493c4f56b923ec86c8:1:8597
at https://My_blog_site.net/wp-content/plugins/gutenberg/build/data/index.min.js?ver=71db7892453ff3860580:1:9120
at Object.dispatch (https://My_blog_site.net/wp-content/plugins/gutenberg/build/data/index.min.js?ver=71db7892453ff3860580:1:9478)
at Object.editEntityRecord (https://My_blog_site.net/wp-content/plugins/gutenberg/build/data/index.min.js?ver=71db7892453ff3860580:1:14828)
at https://My_blog_site.net/wp-content/plugins/gutenberg/build/editor/index.min.js?ver=3b38371e60c48865c354:1:41970
at https://My_blog_site.net/wp-content/plugins/gutenberg/build/data/index.min.js?ver=71db7892453ff3860580:1:14227
at https://My_blog_site.net/wp-content/plugins/gutenberg/build/redux-routine/index.min.js?ver=9f493c4f56b923ec86c8:1:8597
at https://My_blog_site.net/wp-content/plugins/gutenberg/build/data/index.min.js?ver=71db7892453ff3860580:1:9120
Error: The entity being edited (postType, undefined) does not have a loaded config.
at https://My_blog_site.net/wp-includes/js/dist/core-data.min.js?ver=8224153d27ea1b378c5a:2:15296
at https://My_blog_site.net/wp-includes/js/dist/data.min.js?ver=7c62e39de0308c73d50c:2:11056
at https://My_blog_site.net/wp-includes/js/dist/redux-routine.min.js?ver=a0a172871afaeb261566:9:750
at https://My_blog_site.net/wp-includes/js/dist/data.min.js?ver=7c62e39de0308c73d50c:2:10641
at Object.dispatch (https://My_blog_site.net/wp-includes/js/dist/data.min.js?ver=7c62e39de0308c73d50c:2:10999)
at Object.editEntityRecord (https://My_blog_site.net/wp-includes/js/dist/data.min.js?ver=7c62e39de0308c73d50c:2:16389)
at https://My_blog_site.net/wp-includes/js/dist/editor.min.js?ver=d362bb0f0c3fd99674fe:7:40206
at https://My_blog_site.net/wp-includes/js/dist/data.min.js?ver=7c62e39de0308c73d50c:2:11056
at https://My_blog_site.net/wp-includes/js/dist/redux-routine.min.js?ver=a0a172871afaeb261566:9:750
at https://My_blog_site.net/wp-includes/js/dist/data.min.js?ver=7c62e39de0308c73d50c:2:10641
I took these while trying to troubleshoot. The upper one is when the Gutenberg editor is enabled and the second is with it disabled. I disabled ALL My plugins and enabled each one and it was the MAKE CONNECTOR that seems to be causing the error, for the page to be un-editable. If I disable it, I can edit the post. Since that is a key function, I would like it work. I don’t want to have to go in a toggle the connector on and off. Some of the automations might fail as I am reviewing content.
Any help?