hi
Please test your mail configuration by https://github.com/abpframework/abp-samples/tree/master/EmailSendDemo
H
Can you share a simple project?
liming.ma@volosoft.com
hi
You can get the API definition directly from the microservice website(.ProductService.HttpApi.Host) instead of the gateway to create the static proxy.
abp generate-proxy -t csharp -t productService -url https://localhost:44361/ --without-contracts
hi aqudah81
Can you share the project again? Thanks
liming.ma@volosoft.com
hi
Please share the code of MapToEntityAsync
Can you share some code or a minimal project to reproduce?
liming.ma@volosoft.com
hi
We currently don't have such an example. Can you explain it in detail?
hi
Is this error only happen when file doesn't exist or was deleted because it expired?
hi
Is the menu angular or mvc page?
hi
Check your logs.txt
There may be this line in your app. Please remove it.
#if DEBUG
context.Services.Replace(ServiceDescriptor.Singleton<IEmailSender, NullEmailSender>());
#endif
https://github.com/abpframework/abp-samples/tree/master/EmailSendDemo
Fixed, You can try again.