can you try to use in your prod file the same configuration that is in the dev file:
"ecmHost": "http://{hostname}:{port}/ecm",
"bpmHost": "http://{hostname}:{port}/bpm"
Use in settings of ADF those URLS:
Ecm: http://localhost:3000/ecm
Bpm: http://localhost:3000/bpm
And this configuration as proxy:
proxy: {
'/ecm': {
target: "http://0.0.0.0:8080",
secure: false,
pathRewrite: {
'^/ecm': ''
},
changeOrigin: true
}
}
I changed settings as per your suggestions:
Changed the prod file as well.
I get the following error
Is it possible to have a Zoom meeting to troubleshoot?
send me an e-mail we can arrange it thanks
Don't have your email Id. WOuld appreciate it if you could send an email to yogish.kode@tripudiotech.com
Discussions, help and advice about the Alfresco Development Framework.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.