devServer: {
contentBase: helpers.root('dist'),
compress: true,
port: 3000,
historyApiFallback: true,
host: '0.0.0.0',
inline: true,
proxy: {
'/ecm': {
target: {
host: "192.168.122.238",
protocol: 'http:',
port: 9080
},
pathRewrite: {
'^/ecm': ''
}
},
'/bpm': {
target: {
host: "192.168.122.238",
protocol: 'http:',
port: 8080
},
pathRewrite: {
'^/bpm': ''
}
}
}
},
I tried and so it's all the same error ...
I also tried the nginx configuration as in the example, but the result is the same error.
can I see what do you have in settings? the button on top right?
These settings were generated automatically when the ADF-application was created. They correspond to reality - at these addresses and ports are services.
Thank you! It really worked!!
cool!
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.