feathersjs / feathers

The API and real-time application framework
https://feathersjs.com
MIT License
14.97k stars 744 forks source link

Object.defineProperty called on non-object #3285

Closed caiqueacct closed 9 months ago

caiqueacct commented 9 months ago

I created a MySQL table where the ID is a varchar(50) and there is a before insert trigger that update the field with UUID() data. The POST works correctly inserting the data into the table but the return to the client is an error message:

{ "message": "Object.defineProperty called on non-object" }

Any ideas?

Version: 5.0.9

Thanks.