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:
- {message: “Success”, status: “success”}
- message: “Success”
- 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