ADF login not working with dockerised alfresco community edition 6.0.7ga

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

ADF login not working with dockerised alfresco community edition 6.0.7ga

I have dockerised alfresco community edition 6.0.7ga running in which ACS is running in http://localhost:8080

and my ADF app which i have downloaded from github https://github.com/Alfresco/alfresco-content-app

and this app is running on http://localhost:4200

the proxy.conf.js is having below config

const API_CONTENT_HOST = process.env.API_CONTENT_HOST || 'http://127.0.0.1:8080';

module.exports = {
  '/alfresco': {
    target: API_CONTENT_HOST,
    secure: false,
    changeOrigin: true,

 

and npm start is running below command

"start""ng serve --proxy-config proxy.conf.json --open"

when i try to login in ADF using admin/admin it says "you have entered unknown userrname and password"

i followed all the steps which are suggested in this forum like enabling CORS extension in firefox etc. Before this CORS extension enable it was giving CORS error so it is sure that it is connecting to correct ACS server.

3 Replies
EddieMay
Alfresco Employee

Re: ADF login not working with dockerised alfresco community edition 6.0.7ga

Hi @rajeevmajumdar 

Can you login successfully using Share? Is there anything in the log files?

Cheers,

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!
rajeevmajumdar
Member II

Re: ADF login not working with dockerised alfresco community edition 6.0.7ga

Yes i can login in share with admin/admin.

I don't know about the logs. if you can point me where i can find the logs and what to look for that would be helpful.

EddieMay
Alfresco Employee

Re: ADF login not working with dockerised alfresco community edition 6.0.7ga

Hi @rajeevmajumdar 

This documentation should help you find & look at the logs.

There's also this discussion that might provide some information.

HTH

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!