jsonb[] only inserts 49 values and then truncates
I have a field that is a jsonb array and when I insert more than 50 values it is truncated at the 49th and it appends
When trying to update it manually in the UI and pasting the correct json array there, it still truncates it on save and the result is the same.
Does anyone know why that is?
{truncated: true} at the end.When trying to update it manually in the UI and pasting the correct json array there, it still truncates it on save and the result is the same.
Does anyone know why that is?
