Previously, the field is of type TEXT. In some situations, it is not long enough to persist the data. When this happens, the data is truncated and the json.load() failed. The fix is to change the column to MEDIUMTEXT and provide try-catch block in case of load() failure. This should not happen after the column type is changed.
Previously, the field is of type TEXT. In some situations, it is not long enough to persist the data. When this happens, the data is truncated and the json.load() failed. The fix is to change the column to MEDIUMTEXT and provide try-catch block in case of load() failure. This should not happen after the column type is changed.