cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Alerts not showing in backoffice in custom interceptor

former_member844630
Discoverer
581

Hi, I'm getting a exception when I validate data to save in custom interceptor. I´m using InterceptorException in custom exception. But when bacckoffice tries to show alert I get this message:

and

We upgraded 1905 to 2205 and it works before

View Entire Topic
adiputera
Active Participant

Hi, did you override the property platformbackoffice.available.bean.names.for.spel?

in my case it's because I override it and add some beans.

If yes, then add exceptionLinkIgnoreResolver if it's not present.

Also make sure the value contains all of the following

labelService,enumerationService,exceptionTranslationService,backofficeTypeUtils,exceptionLinkIgnoreResolver
former_member844630
Discoverer
0 Kudos

Thank you a lot, it works!

adiputera
Active Participant

natan.morales Glad it works! Kindly accept the answer if it already answer your question.