After updating my self-hosted NocoDB instance to version 0.263.8
, I’m getting the following error when trying to perform a batch update via the API:
“error”: “DATABASE_ERROR”,
“message”: “Invalid data type or value for column ‘unknown’.”,
“code”: “22P02”
Note:
I’ve already tried sending all the fields of the table.
The establishment_id
field is the primary key of the table.