I saw that the ABP package versions in your project are inconsistent. You should make these package versions consistent.
Do you see if it is related to this issue? https://github.com/Microsoft/azure-pipelines-tasks/issues/5164
What is the specific issue?
Can you use the Demo project to reproduce it? If you can, you can send the project to: [email protected]
https://github.com/aspnetboilerplate/aspnetboilerplate/blob/95b19dbce4a9785fdac1d6f5ca74fa16dd690eeb/src/Abp.AspNetCore/AspNetCore/Mvc/Results/AbpResultFilter.cs#L22
https://github.com/aspnetboilerplate/aspnetboilerplate/blob/354d66d76f63391ee3fd524d7cd35a1701fd3b71/src/Abp.AspNetCore/AspNetCore/Mvc/ExceptionHandling/AbpExceptionFilter.cs#L69
You can override the AbpResultFilter and customize the status code.
Use UserFriendlyException custom message .
Did you define the settings in the SettingsProvider?
Please share the error log of the backend. Usually in App_Data/Logs/Logs.txt
try System.Web.Http.GlobalConfiguration.Configuration.EnableCors(cors);
Can Zero's template reproduce this problem?
Because this is a Modal
, there will be no window load event fired(google.maps.event.addDomListener(window, 'load'...
).
You can initialize it under the event that the Modal
is open.