Those files are for different scenarios.In the documentation is explained depends if you are using the angular cli or webpack.
0.0.0.0 should be fine I just tried on my environment. If you press on the top right corner over the setting blu button. Can you post here the URL configured there?
Can you configure this two address with:
Ecm: http://localhost:3000/ecm
Bpm: http://localhost:3000/bpm
with the address that is currently in your settings, you are not going to hit the proxy but you are hitting directly the BE.
I tried to apply the changes, does not work
While updating the info the system complained that the URL is incorrect. I have turned off APS. Using only ACS. I can log in directly to ACS using the regular URL and port 8080. However with the above values it comes back with "You have entered an invalid username or password"
is your project on a GIT repo accessible?
Local instance. Have not configured any GIT
can you share with me the configuration of yours:
app.config-dev.json
app.config-prod.json
Dev COnfiguration:
{
"ecmHost": "http://{hostname}:{port}/ecm",
"bpmHost": "http://{hostname}:{port}/bpm",
"application": {
"name": "Alfresco"
},
"pagination": {
"size": 25
},
"files": {
"excluded": [".DS_Store", "desktop.ini", ".git"]
},
"activiti": {
"rest": {
"fields": [
{
"processId": "0",
"taskId": "7501",
"fieldId": "label10",
"values": [
{ "id": "f1", "name": "Field 1" },
{ "id": "f2", "name": "Field 2" },
{ "id": "f3", "name": "Field 3" }
]
}
]
}
}
}
Prod Config file
{
"ecmHost": "http://127.0.0.1:8080",
"bpmHost": "http://127.0.0.1:9999",
"application": {
"name": "Alfresco"
},
"pagination": {
"size": 25
},
"files": {
"excluded": [".DS_Store", "desktop.ini", ".git"]
},
"activiti": {
"rest": {
"fields": [
{
"processId": "0",
"taskId": "7501",
"fieldId": "label10",
"values": [
{ "id": "f1", "name": "Field 1" },
{ "id": "f2", "name": "Field 2" },
{ "id": "f3", "name": "Field 3" }
]
}
]
}
}
}
which command do you use to start the server?
Alfresco Content Service - using the run file
ADF by using: npm start
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.