When I submit a request according to the documentation, I get an error -7. It is not clear from the logs what the problem is. When I look at the logs, the problem is in the outputtype, but I seem to be entering it correctly. Please help me figure out what the problem is.
Postman screen:click
Log screen:click
Documentation: https://api.onlyoffice.com/editors/conversionapi
Request body:
{
"async": false,
"filetype": "docx",
"outputtype": "pdf",
"title": "test.docx",
"url": "http://192.168.0.215:8089/example/download?fileName=test.docx"
}
I tried several different versions running in the docker container, but the error is still the same.