- Issue created by @mr.pomelov
- 🇷🇺Russia mr.pomelov
I found out the reason for this behavior of the module - the IP address of the server where my site is located was blocked on SendPulse, so API requests did not go there.
u540084@red31:~$ curl -v https://api.sendpulse.com
* Rebuilt URL to: https://api.sendpulse.com/
* Trying 188.40.60.215...
* TCP_NODELAY set
* connect to 188.40.60.215 port 443 failed: Connection timed out
* Failed to connect to api.sendpulse.com port 443: Connection timed out
* Closing connection 0
curl: (7) Failed to connect to api.sendpulse.com port 443: Connection timed outBut this should not lead the site to a white screen, without the possibility of somehow influencing the situation through the user interface.