Uncaught (in promise) TypeError after update / insert

Hi, I am migrating to enterprise and have an issue with insert / update.
I am using callbackBeforeUpdate, callbackDelete and callbackBeforeInsert functions.
Data is stored and the callbacks are processed and I see the changes in the DB.
But I get JS errors like this one, that blocks the front end form:
grocery-crud-v2.9.5.c1d866c.js:6552 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading ‘text’) at GroceryCrud.

The corresponding POST request is successfull:

  1. {message: “Success”, status: “success”}
  2. message: “Success”
  3. status: “success”

I have ne clue how to analyze this any further - has someone here a good idea how to find the rootcause of these errors?

Thanks Alex

Hello @Alex and welcome to our forums :hugs:,

Can you please share the callbackBeforeUpdate, callbackDelete and callbackBeforeInsert that you use? Also have you tried to see if this is working without those functions?

Regards
Johnny