nested exception is java.lang.IllegalArgumentException: Parameter value [/] did not match expected type [java.lang.Long (n/a)]
This error message indicated that there's a mismatch between the type of a parameter value and the expected type in a method or query. This issue occurs in frameworks like…