Hi,
Using my iPhone I am not able to login to Blynk.cloud, all I see is the three spinning dots. WiFi router has been reset; all other devices are working fine, except Blynk.
I saw this issue not too long ago, but I was able to get Blynk going, not today.
Having the same issue using 5G, all I see is the three spining dots, then it says “No server connection”
Is the New York server down?
Tahnk you.
Are you using any VPN software on your phone?
No VPN, actually the problem was the default Internet provider DNS servers, I changed them to Google DNS, issue resolved.
I did a few troubleshooting, and the blynk server responded just find:
nc -zv blynk.cloud 443 , reply: blynk.cloud port 443 [tcp/https] succeeded!
The nslookup was fine too:
nslookup blynk.cloud
Server: 103.86.96.100
Address: 103.86.96.100#53
Th curl was also good:
curl -I https://ny3.blynk.cloud
HTTP/1.1 200 OK
Content-Length: 3968
Content-Type: text/html
accept-ranges: bytes…
All of that told me that the blynk cloud server was up and running. Like I said, as soon I changed the DNS servers in the router, everything came right up.