Open futbotism opened 3 years ago
Hi! If you still get this error, you have to parse the JSON to a string with JSON.stringify
function.
Tell me if that works!
This is still an issue but for a different reason. It is impossible to update entries containing a JSON field because getting the entry parses the JSON, and if the JSON field isn't updated it will still be parsed JSON when doing entry.update(), throwing an error because it's supposed to be stringified before saving.
When I try to save json in the database I seem to get the error below, I am using postgres