You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Behaviour
I expect the carbone library's convert function to operate consistently in both simple javascript project and serverless environments, ensuring successful DOCX to PDF conversions.
Actual Behaviour
Currently, when I run the conversion within the serverless project, the process becomes unresponsive, preventing the successful completion of the conversion. This behavior is not observed in the simple javascript project.
Steps to reproduce
Steps to reproduce the bug:
Set up a serverless project.
Integrate the carbone library and invoke the convert function on a DOCX file.
Observe that the conversion process becomes unresponsive or hangs.
Environment
Carbone Version: 3.5.5
Node Version: 18.16.0
Browsers: N/A
Desktop OS: Elementary OS 7 (based on Ubuntu 22.04 LTS)
Other: LibreOffice: 7.5.5
Expected Behaviour
I expect the
carbone
library'sconvert
function to operate consistently in both simple javascript project and serverless environments, ensuring successful DOCX to PDF conversions.Actual Behaviour
Currently, when I run the conversion within the serverless project, the process becomes unresponsive, preventing the successful completion of the conversion. This behavior is not observed in the simple javascript project.
Steps to reproduce
Steps to reproduce the bug:
carbone
library and invoke theconvert
function on a DOCX file.Code example
The text was updated successfully, but these errors were encountered: