Hi Walter,
Can you please make the change below in the plugin editor?
1) Disable WP Socializer plugin.
2) Go to plugins -> plugin editor -> select wp-socializer/core/location-rules.php
3) At line no.142, paste the code below.
if (defined('REST_REQUEST') && REST_REQUEST) {
return 0;
}
4) Save the changes and activate the plugin.
I’ll ensure this is addressed in the next version of the plugin.
Thanks,
Aakash