Hi,
I'm using ACS 6.2 & ACA 2.2.0 projects.
I have configured both the projects by adding the acs server url into the ACA_Project/src/proxy.config.js file, as follow:
Started the aca project by running the cmd
npm start
No error in logs but in the UI when i login then it is throwing 404 for the following API call:
POST http://localhost:4200/alfresco/api/-default-/public/authentication/versions/1/tickets 404 (Not Found)
I have executed the api in postman using my acs url & that worked:
But the same url using aca server url, didn't worked form postman too:
Can someone please help me to understand what's gone wrong & some guidance to fix this issue.
Thank you in advance.
Hi,
I found that in my database postgresql from docker isn't able to create the table "alf_server" which is sharing columns as fk with "alf_transcation" table.
Anyone knows who can i fix this default table creation? or why even it isn't able to create the "alf_server" table?
Thanks in advance
I faced the same issue by following the official documentation (https://docs.alfresco.com/digital-workspace/3.1/develop/deploy/#deploy-content-app )
The solution is by adding the following property to the .env file as described in the README.md of the source code.
BASE_URL="<URL>"
Where `<URL>` is the address of the ACS (BASE_URL="http://localhost:8080" for example).
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.