-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft auto #6614
Comments
Hi @Phoenix13real, Thanks for the report! I'm not quite sure I follow what the bug is. To help clarify further:
|
hi @danielbachhuber, I found the solution to the problem. In fact, it was a problem with Nginx. Wordpress runs on a Nginx server and the Plesk control panel. On Plesk (17.8.11) , rewrite rules (for pretty urls Wordpress) : -BAD (issue Gutenberg)-
-GOOD (perfect for Gutenberg) -
|
Glad you sorted it out, @Phoenix13real |
This recently happened to me too - I could not create pages using the Gutenberg editor, it would change the title to Saving pages seemed to work, but opening the page reveals no changes, and subsequently re-opening the page in the editor shows that no changes have been saved. @Phoenix13real is on the right track. The problem appears to occur due to a rewrite (mis)configuration [in nginx]. I use the following configuration to work around out-of-scope broken behavior observed in permalinks - it redirects anything that does not contain a location / {
rewrite ^([^.]*[^/])$ $1/ permanent;
try_files $uri $uri/ /index.php$is_args$args;
} This somehow breaks saving any page/post in Gutenberg. By simply removing the rewrite rule (and reloading nginx), the problem disappears and I can save pages/posts within the Gutenberg editor just fine. I don't have much other debugging info, but would love to provide it - given someone tells me where to look. |
Gutenberg 2.8.0
Last Wordpress version : 4.9.5
Theme : Beaver Builder Theme
Plugins : Beaver Themer, Beaver Builder, Imagify, Gravity Forms, SEO Framework, Code Snippets, Safe SVG, WP Mail SMTP, WP Rocket
Hello, I test Gutenberg …. The problem is this: the title of the page is always the same (Auto Draft). If I change, the title comes back.
Note: what I do in the page does not register. If I preview, nothing is displayed (except Auto Draft)
The text was updated successfully, but these errors were encountered: