When submitting file content to the CloudConvert node via the value of body.content, an error about invalid URL is always returned:
exec command error: request to pd server code 500 error: TypeError: Invalid URL
When submitting file content to the CloudConvert node via the value of body.content, an error about invalid URL is always returned:
exec command error: request to pd server code 500 error: TypeError: Invalid URL
Thanks for sharing this issue. Upload errors can be frustrating, especially when everything seems to be configured correctly. In my experience, problems like this can sometimes be caused by file size limits, incorrect MIME types, expired upload URLs, or even temporary API restrictions rather than the conversion process itself. It’s also worth checking whether the upload request is being sent exactly as required by the API documentation.
I have a question for those who’ve worked with CloudConvert recently: Has anyone experienced similar upload errors only with certain file formats or larger files? If so, what was the root cause, and did you find a reliable workaround that didn’t require changing the overall integration?