# PR Checklist - [x] Have you checked if it works normally in all models? *Ignore this if it doesn't use models.* - [x] Have you checked if it works normally in all web, local, and node hosted versions? If it doesn't, have you blocked it in those versions? - [ ] Have you added type definitions? # Description  The error messages were not properly displayed, showing [object Object] instead of the actual content. <br>  This PR improves error handling to display actual error content.