Hi maliming, I have implemented as the guide but it does not work.
If you look at my post, I already called the MapExtraPropertiesTo method:
user.MapExtraPropertiesTo(userDto);
I also added the mapping in the Mapper Profile:
CreateMap<IdentityUser, IdentityUserDto>().MapExtraProperties();
Hi, I am looking for the other topics and found the answer, I have copied the access-token to the corp laptop
%UserProfile%\.abp\cli\access-token.bin
Hi @maliming, it works now.
Thanks a lot for your support :)
just sent you the project, thanks.
Hi @maliming, it does not work.
First, the IFormApplicationService does not contain the GetCsvResponsesAsync() method:
[HttpGet]
[Route("{id}/download-responses-csv")]
public Task<IRemoteStreamContent> GetCsvResponsesAsync(Guid id, GetResponseListInputDto input)
{
return FormAppService.GetCsvResponsesAsync(id, input);
}
so, I have tried comment out this method and follow the rest, and got this error
Microsoft.AspNetCore.Routing.Matching.AmbiguousMatchException: The request matched multiple endpoints. Matches:
Volo.Forms.Forms.FormController.GetListAsync (Volo.Forms.HttpApi)
test.formsurvey.Controllers.MyFormController.GetListAsync (test.formsurvey.HttpApi)
Can you help try on your side first?
Thank you.
Hi @maliming, the AbpControllerBase, IFormAppService are not available, do you mean AbpController, IFormApplicationService?
Hi @gterdem, thanks a lot for checking and update.
May I know what is the root cause? is there any workaround for this issue instead of waiting for the next release?
Hi @gterdem, I just sent the source code to support@abp.io
Please help me check, thank you.
Hi @maliming, the fix is working, I am able to link the user now.
Thanks for your support!
thank maliming for your confirmation, please share with me the fix once you have.