I'm running version 3.4.18 of the DatoCMS CLI and I'm having issues creating a migration with a multi-line text field that uses the wysiwyg editor. The CLI output says that a 500 Internal Server Error occurred with the following response data:
I'm able to work around this simply by creating the field through the UI, but I would prefer to manage all models and fields through migration scripts. Using the chrome dev tools when creating the field through the UI, the data appears to be identical to what my migration script has set.
I'm running version 3.4.18 of the DatoCMS CLI and I'm having issues creating a migration with a multi-line text field that uses the wysiwyg editor. The CLI output says that a 500 Internal Server Error occurred with the following response data:
I'm able to work around this simply by creating the field through the UI, but I would prefer to manage all models and fields through migration scripts. Using the chrome dev tools when creating the field through the UI, the data appears to be identical to what my migration script has set.
Here's the script I'm trying to run