Hi,

Requested to fetch Role claims using user Id, it showing mapper error

Hi,
Thanks for reporting this issue, I will check it.
Do you use the latest version of Admin UI?
I'm using - New release 1.0.0-rc1
Thanks, let me check it
@skoruba @anthonynewlineinfo If you use AutoMapper with DI like services.AddAutoMapper(), mapper error will heppen. I have encountered this error and use custom servive code solved this problem.
sample code
Hi @anthonynewlineinfo,
You can fix it temporarily by adding code below in IdentityMapperProfile.cs
CreateMap
CreateMap
CreateMap
Thanks!
Thanks for reminder for this, I will add it into next release.
Most helpful comment
Thanks, let me check it