I have downloaded alfresco content app from https://github.com/Alfresco/alfresco-content-app.
As per instruction I have created .env file with below content.
# App config settings APP_CONFIG_ECM_HOST="http://localhost:9090" APP_CONFIG_PROVIDER="ECM" APP_CONFIG_AUTH_TYPE="BASIC" APP_CONFIG_BPM_HOST="" APP_CONFIG_OAUTH2_HOST="" APP_CONFIG_IDENTITY_HOST="" APP_CONFIG_OAUTH2_CLIENTID="alfresco" APP_CONFIG_OAUTH2_IMPLICIT_FLOW=true APP_CONFIG_OAUTH2_SILENT_LOGIN=true APP_CONFIG_OAUTH2_REDIRECT_SILENT_IFRAME_URI="{protocol}//{hostname}{:port}/assets/silent-refresh.html" APP_CONFIG_OAUTH2_REDIRECT_LOGIN=/ APP_CONFIG_OAUTH2_REDIRECT_LOGOUT=/ # CONTENT - ALFRESCO OFFICE SERVICES PLUGIN RELATED APP_CONFIG_PLUGIN_AOS=true # ALFRESCO CONTENT SERVICE RELATED APP_CONFIG_PLUGIN_CONTENT_SERVICE=true
ACA Start Log:
I am able to get Login page but with correct username/password it is not working.
Is there any change in latest version?
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.