As others have mentioned already, there is an issue with partition scheme on your board.
There is another person that had the same issue as you and he was able to resolve it by following steps previously suggested. Take a look at below thread:
https://meshtastic.discourse.group/t/new-device-alpha-1-1-33/2270/8
If you are in Windows, easiest thing is to install Git (which will install Git Bash) and then you can follow command line installation instructions.
I had several boards that originally came with SoftRF or Pax Counter preinstalled and had minimal spiffs partition scheme. Installing with Windows GUI ESPHome flasher on these boards keeps the original partition. You need to install with command line instructions in order for partition scheme to be modified. Or, use PlatformIO or Arduino IDE (you will need ESP32 board manager installed and then use some generic ESP32 board) to modify partition scheme and then use whatever installation method you like.