IoT Sketch Will Compile but Won't Upload

I am using the IoT online IDE to upload code to my ESP32 (Node32s) MCU. I am running a very basic setup/loop code. The code compiles to a 100% but won't upload to the ESP32. My code was uploading all fine until yesterday. It just broke today. I tried to reinstall my Arduino Cloud Agent, but that doesn't seem to change anything either. I have tried detaching and re-attaching the device. I uploaded to my ESP32 using my desktop IDE and it uploaded fine. I am on a 2.4GHz network and everything is the same as yesterday (when I last used it). Just that, now it won't upload the code to my ESP32.

Are you sure it compiles? The error indicates differently.

Anyway, there seem to be issues with the cloud editor; plenty people are currently complaining.

Yes, I am pretty sure it compiles fully as it shows the "Compiling 100%" before it gives that error. So its only when it tries to upload to the device that it fails.

That would be a very stupid error message. Verifying means compiling in the Arduino world, or maybe more accurate, it used to mean that.

I don't know much about the Cloud Editor / Cloud IoT so can't help further.

Same thing happens here. Cloud server is messed up, although stats show everything working 100%.

Same here. started happening 25/03 9pm UK time

I dusted of the Cloud Editor and compiled the BareMinimum sketch for a Mega.

It indeed compiles and next I got the "Error Verifying" message as well; note that this is not related to uploading because I only did a compile.

Snip from a screen recording (it did go too fast to really see)

Next I tried to upload but because of the verify error it will not get to the actual upload.

It was an uploading error because compiling it alone didn’t produce any errors, as shown in the first screenshot you posted. That message appears when you compile without uploading, confirming that compilation was successful. (Note that this message also appears when uploading, since the code is always compiled before being uploaded.)


^This is the similar "successful compiling" message I got when I only tried to compile and not upload.
The issue only occurred when I tried to upload it.