sjycool
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg] When i write new post with gutenberg,the page is blank@clorith
My theme blocks REST API and some other functions,and that leads to that problemForum: Plugins
In reply to: [Gutenberg] When i write new post with gutenberg,the page is blanknow i have fixed this problem.
sorry to trouble you…- This reply was modified 6 years, 8 months ago by sjycool.
Forum: Plugins
In reply to: [Gutenberg] When i write new post with gutenberg,the page is blankForum: Plugins
In reply to: [Gutenberg] When i write new post with gutenberg,the page is blank@clorith,thanks for your reply,but it is none of cache’s bussiness…
and now…the error change into “404 wp-json/wp/v2/” again….
if possible,i want to provide you an account which can write a post in my website.- This reply was modified 6 years, 8 months ago by Marius L. J.. Reason: Removed credentials
Forum: Plugins
In reply to: [Gutenberg] When i write new post with gutenberg,the page is blank@clorith
i have tried,and the error changed.
“404 wp-json/wp/v2”
change into
“404 https://www.ugediao.com/wp-admin/load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,underscore,backbone,moxiejs,plupload&ver=4.9.8”but actually i can open the link.
Forum: Plugins
In reply to: [Gutenberg] When i write new post with gutenberg,the page is blankmy rewrite rules:
location / {
try_files $uri $uri/ /index.php?$args;
}
rewrite /wp-admin$ $scheme://$host$uri/ permanent;
location ~* ^/wp-content/uploads/.*\.php$ {
deny all;
}Forum: Plugins
In reply to: [Gutenberg] When i write new post with gutenberg,the page is blankIt seems like whatt i meet is also something wrong in rewrite rules(404 wp-json/wp/v2)
but what i use is nginx,so what should i do to fix it?