Alfresco ADF app & Alfresco Process Services = "Request has been terminated..." error

cancel
Showing results for 
Search instead for 
Did you mean: 
varlok
Active Member II

Re: Alfresco ADF app & Alfresco Process Services = "Request has been terminated..." error

Jump to solution

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.

eugenio_romano
Alfresco Employee

Re: Alfresco ADF app & Alfresco Process Services = "Request has been terminated..." error

Jump to solution

can I see what do you have in settings? the button on top right?

varlok
Active Member II

Re: Alfresco ADF app & Alfresco Process Services = "Request has been terminated..." error

Jump to solution

These settings were generated automatically when the ADF-application was created. They correspond to reality - at these addresses and ports are services.

eugenio_romano
Alfresco Employee

Re: Alfresco ADF app & Alfresco Process Services = "Request has been terminated..." error

Jump to solution

can you try to change it with :

http://192.168.122.238:3000/ecm

http://192.168.122.238:3000/bpm

varlok
Active Member II

Re: Alfresco ADF app & Alfresco Process Services = "Request has been terminated..." error

Jump to solution

Thank you! It really worked!!

eugenio_romano
Alfresco Employee

Re: Alfresco ADF app & Alfresco Process Services = "Request has been terminated..." error

Jump to solution

cool!