Closed jeffersonrabb closed 4 years ago
This is the response from the MJML API:
{
"errors":
{
"http_request_failed": ["cURL error 28: Operation timed out after 5000 milliseconds with 60214 out of 87152 bytes received"]
},
"error_data": []
}
Probable solution: add a higher timeout parameter to wp_remote_post()
in https://github.com/Automattic/newspack-newsletters/blob/master/includes/class-newspack-newsletters-renderer.php#L500-L512. The default is 5s, which may be too low for MJML.
:tada: This issue has been resolved in version 1.0.0-alpha.1 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 1.0.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
On occasion I've seen auto-saves of Newsletters fail. The UI shows an
Updating failed.
notification, and this is the error in the log: