I made a supervised classification with only one Sentinel image on GEE and it works perfectly. But when I firstly mosaic some images over my region of interest, error thrown :"Layer error: No data was found in classifier training input."
On Earth Engine User Guide, it says :
when Earth Engine makes a mosaic of many images, it has to throw out individual image metadata, including the SENSOR_ID property.
I personally guess that's why error thrown because metadata missed, but I don't know how to fix that.
Here's what I have tried.