I have noticed that the files loaded onto the SPIFFS partition of the ESP32, do not show their full names in mDash, when using the latest release. Rolling back to release 1.2.14 solves this issue. Below is an example.
Here is what the Files list should show, using release 1.2.14:
Here is what the Files list shows, using release 1.1.15:
The first two characters are disappearing in the latest release. Due to this, none of the files can be loaded as they are not found on the ESP32, and it fails every time.
Is there are any limitation on the total filename size across all files? Has anyone else faced this issue?