Blynk myPlant Demo app stuck on login screen

So, I was trying to test the demo app.
Using my NodeMCU board, I followed the instructions found here https://www.blynk.io/demo, but I’m having no luck so far.

I’ve tried different version of Blynk library, v0.3.10 as mentioned in the demo page and the latest one, and also both version of the app --Android and iOS.

But the app stuck on login screen.

What should I do?

Hello. Yeap. We are aware of this issue. We will try to fix it ASAP.

Where does the issue come from?
Is it the app? Or the server?

@imsyf app. we changed many things and demo app is not ready for it.

I have downloaded myPlant demo in Nodemcu and followed the same step as mentioned but it failed connecting at device screen

Additionally I checked in Serial monitor screen it’s disconnection with below

ets Jan 8 2013,rst cause:4, boot mode:(3,6)
wdt reset
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
v614f7c32
~ld
[548]
[548] Hardware v1.0.0
[548] Firmware v1.0.1
[549] Using default config.
[1265] AP SSID: Blynk myPlant
[1265] AP IP: 192.168.4.1
[1265] AP URL: my-plant.cc

Any Solution ?

Had you changed anything in the sketch?

I just uncommitted #define USE_NODE_MCU_BOARD as I was using nodemcu

#define USE_SPARKFUN_BLYNK_BOARD // Uncomment the board you are using
#define USE_NODE_MCU_BOARD // Comment out the boards you are not using

It enter to Wait config and reset

[1261] WAIT_CONFIG => CONFIGURING

ets Jan 8 2013,rst cause:4, boot mode:(3,7)

wdt reset
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
v614f7c32
~ld
[548]

I have the same problem.
Board Nodemcu ESP12E
myPlant sketch loaded and "#define USE_NODE_MCU_BOARD " selected

When I try to login, I receive the error message : “… open port 443”

many thank for the support