Really-Simple-Plugins / really-simple-ssl

Easily improve site security with WordPress Hardening, Two-Factor Authentication (2FA), Login Protection, Vulnerability Detection and SSL certificate generation.
https://really-simple-ssl.com
Other
144 stars 43 forks source link

messages disappear even when action fails #603

Open rtpHarry opened 1 year ago

rtpHarry commented 1 year ago

Bit of a fringe case for this one but I thought I'd post it here for you to decide if its worth handling the case.

I had a site on a VPS which I was launching on a server before the DNS was pointed, it was just pointed using a HOSTS file.

I clicked on the "enable" option to bulk set the and it took me to the page, but no settings loaded.

I'm assuming that somewhere the code is trying to make an external call back to itself?

So it seems the enable option doesn't realise it has failed.

I've gone back today now that its live and manually turned on each of the items no problem.

rlankhorst commented 1 year ago

@rtpHarry Sorry for not responding here earlier, missed this one. For SSL verification the plugin will try to do a curl request, but this shouldn't fail the entire settings page.

Possibly the Rest API calls were failing, if you run into this again, can you make a screenshot of the console log so we can see what was happening in the react application?