I am currently using the interface method of my Front-end app to display an error message to the user in case an error occurs. The error message is displayed correctly
but after the notification pops up, I see multiple error message in the browser console:
Can anyone tell me why calling the interface methods results in these errors?