Unable to download custom DOCX file on client side in deployed VBCS app
Summary:
I’m using Docxtemplater as an external library (added as a resource) in Oracle VBCS to generate Word documents from a DOCX template and download it in the client side. The code works correctly in local preview, but fails in the deployed environment with a Docxtemplater-related error, even though the same implementation works fine locally.
I tried debugging the issue extensively, including stepping through the Docxtemplater code, but I couldn’t find anything specific related to the external library itself, even though the error clearly originates from it.
Since the failure happens only in the deployed environment, I suspect that the issue might be related to the
Tagged:
0