Can't Add New Wordpress Page: Publishing failed. The response is not a valid JSON response.

bac

New member
Joined
Jul 4, 2024
Messages
3
Points
1
Fresh install of Wordpress - using the Astra theme. Anyone encountered this error before?

Publishing failed. The response is not a valid JSON response.
 

randy

New member
Joined
Jul 3, 2024
Messages
5
Points
1
It's something to do with us adding this to .htaccess


RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . / [L,R=301]


Should we use a redirect plugin instead to redirect broken links?
 
Top