Hello All,I have a requirement to create News article page from Word document. Currently content authors manually authors the pages and we want to automate the process.If there is any better option available to automate the News article authoring process please do share.I am following the below AEM ...
Hello,I have followed the documentation and post uploading the word doc I am getting error in the logs as below for file name "Sample_dita_file.docx".I have added two files with below content :file 1:Dita Map XMLThis is headingfile 2:Title: Dita Map XMLHeading 1: This is headingfor both I am getting...
Hi @jafetsanchez, I am missing one thing. When we add/remove/update dependencies we need to do "npm install". Thank you for your reponse. Now it is working.I am focusing too much to manifest.yaml file and ignored package.json file.Regards,Prajwal
Hi All,
I have created the Node JS Post API module to be deployed to Adobe IO runtime.I am making an Post call with query param and getting response when I directly run the index.js file my local.
Then I used wsk cli to create package and added the action inside ithttps://developer.adobe.com/runti...
Hi @Kiran_Vedantam ,I am not using AEM here. I have written Node JS code with my logic in my local.Then I created an action for the node js file and mapped the action to an api path. Then I when I try to deploy to the code getting Error. (Follow - https://developer.adobe.com/runtime/docs/guides/usin...
Hello All,
I am trying to setup Adobe IO Runtime and I followed the documentation below -
For Creating the action for Get Rest API I referred below document
https://developer.adobe.com/runtime/docs/guides/using/creating_actions/https://developer.adobe.com/runtime/docs/guides/using/creating_rest_...