What causes reset when reconnecting to wifi/Arduinoiot

What causes an ESP32 to reset when wifi is reconnected. If I go out of range of the wifi, upon return, the connection to wifi and arduino cloud seems to cause a reset.
I have the watchdog disabled with this:
ArduinoCloud.begin(ArduinoIoTPreferredConnection, false);

It's not a power issue. Very similar program is working in blynk cloud and there hasn't been a reset in 4 months.

I am considering changing from blynk to Arduino cloud except for this issue. Can anybody point me in the right direction?

Hi!
Can you share more details about your setup? Sharing the sketch would be helpful to understand if there is any potential issue there.
Thanks!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.