I'm working with Visual Studio 2019 version 16.1.6 . This seems to be the problem with Visual Studio 2019 . According to the link below: https://support.aspnetzero.com/QA/Questions/7132
To fix the above problem, it was recommended to change modernhttpclient to modernhttpclient-updated . According to the link below: https://github.com/tmenier/Flurl/issues/453
But I get the following error when calling the mobile app :
When calling the following address, it executes correctly in the browser: http://192.168.1.103:8088/abpuserconfiguration/getall
Do I have to change anything?
I added configuration.CreateMap<CilentGroup, CreateOrEditCilentGroupDto>(); in CustomDtoMapper.cs and the problem solved. But i thought RAD tool has added the mapper.
Thanks a lot