Problems ESP32/D1mini sketch uploading - Arduino Cloud IOT

I have two issues with Arduino Cloud.

  1. WEMOS D1mini Dev Board: When I upload a sketch over USB, it works fine, but when I start the Serial Monitor, it can't find the device. The board is connected, and uploading brings no error.
    I already tried different PCs, Networks, and different D1mini boards. Problem persists

  2. ESP32 Dev. board: I can't upload a sketch. The Sketch is compiled but the generated filename does not match the expected name.
    The Error message:
    esptool write_flash: error: argument : [Errno 2] No such file or directory: 'C:/Users/Anwender/AppData/Local/Temp/extrafiles3253181703/WeatherStation_dec08a.bootloader.bin'

but the generated file in the folder is named "WeatherStation_dec08a.ino.bootloader.bin"
(so with an added ".ino.")
These issues with Arduino Cloud are new. I believe all had worked fine a few weeks ago. In Arduino IDE these problems don't occur.
tHO

Hello @thornemann. We have already been in communication on this subject in the other forum topic where you commented, but for the benefit of other interested parties who might be following this topic I thought I should also add a note here that the Arduino Cloud developers have fixed the bug. You should now be able to upload to use Arduino Cloud Editor to upload ESP32 boards without encountering that "No such file or directory" error message.

Please let us know if you still encounter any problems using Arduino Cloud.

I apologize for any inconvenience this bug has caused.

Regards, Per