Is there a login issue with alfresco-js-api 4.1.0 ?

cancel
Showing results for 
Search instead for 
Did you mean: 
pedwards99
Partner

Is there a login issue with alfresco-js-api 4.1.0 ?

Jump to solution

Hi there,

 

I'm seeing a problem with alfresco-js-api 4.1.0 in my Angular app. I'm not able to login to ECM or BPM. If you look at the HTTP request, you can see the data being sent after the login call is {"password":"my-password-here"}

If I run the same app using alfresco-js-api 4.0.0 it works correctly but the request data is {"userId": "admin", "password":"my-password-here"}

It looks like 4.1.0 has dropped the userId.

Anyone else seen this?

Any ideas how to fix it?

Thanks

Paul

1 Solution

Accepted Solutions
pedwards99
Partner

Re: Is there a login issue with alfresco-js-api 4.1.0 ?

Jump to solution

Doh!

False alarm - stupid typo in my code

View solution in original post

2 Replies
pedwards99
Partner

Re: Is there a login issue with alfresco-js-api 4.1.0 ?

Jump to solution

Doh!

False alarm - stupid typo in my code

EddieMay
Alfresco Employee

Re: Is there a login issue with alfresco-js-api 4.1.0 ?

Jump to solution

Hi @pedwards99 

Thanks for the update - we've all been there!

Cheers,

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