I tried to configure the plugin again and everything looks correct when I log in to the site, but if I access it from another device again the images do not appear.
I have the same themes and plugins installed in a staging version and no errors appear there, I don’t know what is happening.
https://paste.pics/SGOT7
Hello,
find this file: wp-content/plugins/protect-wp-admin/pwa-class.php
In line 170 you’ll find this:
if(DOING_AJAX && $newUrl[0]==home_url('/wp-admin/admin-ajax.php'))
Change it for this:
if(defined( 'DOING_AJAX' ) && $newUrl[0]==home_url('/wp-admin/admin-ajax.php'))
And that’s all 🙂