Error trying to view a member's details in the backoffice after update with custom membership provider
Hi,
Just updated a site from 7.7.2 to 7.15.3.
There is now an error when trying to view a member's details in the backoffice.
It fails trying to hit:
"umbraco/backoffice/UmbracoApi/Member/GetByKey?key=xxx"
The error says:
I noticed in 7.9.0 there was a change from "Mapper.Map" to "AutoMapperExtensions.MapWithUmbracoContext". Also in the mapper this line has been commented out:
Anyone else noticed any issues with this and custom membership provider problems?
We have spoken to other people with this issue and it it seems like a possible solution would be to create an UmbracoMembershipProvider rather than a .Net one, but this also creates other challenges
Error trying to view a member's details in the backoffice after update with custom membership provider
Hi,
Just updated a site from 7.7.2 to 7.15.3.
There is now an error when trying to view a member's details in the backoffice.
It fails trying to hit: "umbraco/backoffice/UmbracoApi/Member/GetByKey?key=xxx"
The error says:
I noticed in 7.9.0 there was a change from "Mapper.Map" to "AutoMapperExtensions.MapWithUmbracoContext". Also in the mapper this line has been commented out:
Anyone else noticed any issues with this and custom membership provider problems?
Thanks
Imran
Hi Imran,
Did you manage to find the solution for this issue ? I am stumbling into the same problem.
Unfortunately not
We have spoken to other people with this issue and it it seems like a possible solution would be to create an UmbracoMembershipProvider rather than a .Net one, but this also creates other challenges
is working on a reply...