admin管理员组文章数量:1323206
I have disabled all plugins and I'm still getting this error. It is preventing users from creating a post.
The error is:
The editor has encountered an unexpected error.
What is the fix for this?
I have disabled all plugins and I'm still getting this error. It is preventing users from creating a post.
The error is:
The editor has encountered an unexpected error.
What is the fix for this?
Share Improve this question edited Jan 3, 2019 at 14:34 fuxia♦ 107k38 gold badges255 silver badges459 bronze badges asked Jan 3, 2019 at 14:22 treadtread 1192 silver badges7 bronze badges 5 |1 Answer
Reset to default 1Could you please try to configure Nginx as below?
location / {
try_files $uri $uri/ /index.php$is_args$args;
}
From https://github/WordPress/gutenberg/issues/12655
I encountered this error. After I correct my Nginx config, it works very well.
本文标签: How to fix quotThe editor has encountered an unexpected errorquot
版权声明:本文标题:How to fix: "The editor has encountered an unexpected error"? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742118581a2421587.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
TypeError: "e.visibility is undefined"
-react-dom.min.js:104:245
– tread Commented Jan 3, 2019 at 16:40