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
We are encountering runtime errors with the @turboxhtml-to-docx library in our production environment using Node.js version 20. Surprisingly, these errors do not occur in our testing environment, which also uses Node.js version 20.
Error Logs
/app/build/node_modules/@turbodocx/html-to-docx/dist/html-to-docx.umd.js
at convertHTML (/app/build/node_modules/html-to-vdom/lib/html-to-vdom.js
/app/build/node_modules/html-to-vdom/lib/html-to-vdom.js
var getVNodeKey = hasOptions ? options.getVNodeKey : undefined;
The text was updated successfully, but these errors were encountered:
If you can, can you post the full stack trace? This isn't enough info for us to repro with.
Also can you detail more of the differences between your prod and test environments? Node version is good, but if it's working on one, it should work on the other.
For your own purposes, maybe do a DIFF on the package-lock in testing and prod to see if there are any conflicting dependencies or other libraries/bundling solutions that could be causing this
If you can, can you post the full stack trace? This isn't enough info for us to repro with.
Also can you detail more of the differences between your prod and test environments? Node version is good, but if it's working on one, it should work on the other.
For your own purposes, maybe do a DIFF on the package-lock in testing and prod to see if there are any conflicting dependencies or other libraries/bundling solutions that could be causing this
We are encountering runtime errors with the @turboxhtml-to-docx library in our production environment using Node.js version 20. Surprisingly, these errors do not occur in our testing environment, which also uses Node.js version 20.
Error Logs
The text was updated successfully, but these errors were encountered: