Hello, it may be that the URL rewirte is not configured correctly. How did you build the website?
How to Fix Nginx WordPress Invalid JSON Response Or Permalinks 404 Error
I have downloaded WordPress zip and upload on server then unzipped and create database .
Rewrite rules Do you need to add blog? This specifically depends on how your website is deployed.
Yes only on blog,
Hello, is it possible to try to modify the permanent link in the background of the website?
Just Add it on Config not URL rewrite
location / {try_files $uri $uri/ /index.php?$args;}
Try to update, but getting this error:
Hello, would you like to add the content of line 52? Please check whether the configuration of the relevant site is configured correctly.
This Is For Your Root
location / {
index index.php index.html index.htm;
try_files $uri $uri/ /index.php?$args;
}
If You Change link
location /post {
index index.php index.html index.htm;
try_files $uri $uri/ /index.php?$args;
}
techthelearn The location of the same URL cannot be given twice
Hi, I have checked, when I choose plain in the permalink then its working fine and when I choose post name then getting same error - Publishing failed. The response is not a valid JSON response.