Unable to download custom DOCX file on client side in deployed VBCS app
Summary:
I’m using Docxtemplater external lib in resource in Oracle VBCS to generate Word documents from a template. The code works in local preview, but fails in deployed environment with the following error:{
"name": "InternalError",
"properties": {
"id": "filetype_not_identified",
"explanation": "The filetype for this file could not be identified, is thisfile corrupted ? Zip file contains : [Content_Types].xml,_rels/.rels,word/document.xml,word/_rels/document.xml.rels,word/footer2.xml,word/header1.xml,word/header2.xml,word/footer1.xml,word/footnotes.xml,word/endnotes.xml"
},
"message": "The filetype for this file could not be identified, is this file corrupted ? Zip file contains : ...",
Tagged:
0