The report has parameters, i added in Reports use case.
I thought the issue it trying to save Transient.
@Transient @MetaProperty @Composition
protected List<ReportInputParameter> inputParameters = new ArrayList<>();
I found workaround where i need to remove the parameters in Reports, then save in the Email Template, then i re-added the parameters.
Is anyone facing this issue?