I think the code is no problem, I don't understand it very well. How to reproduce?
Can you share a template project that reproduces the problem?
liming.ma@volosoft.com
he exception handler configured on ExceptionHandlerOptions produced a 404 status response. This InvalidOperationException containing the original exception was thrown since this is often due to a misconfigured ExceptionHandlingPath. If the exception handler is expected to return 404 status responses then set AllowStatusCode404Response to true.
Please set the MinimumLevel as Debug to see more logs.
Maybe the request URL is wrong.
Program.cs
Log.Logger = new LoggerConfiguration()
.MinimumLevel.Debug()
.Enrich.FromLogContext()
.WriteTo.Async(c => c.File("Logs/logs.txt"))
.WriteTo.Async(c => c.Console())
.CreateLogger();
hi
options.SetDefaultCulture("ar-EG");
Abp has a setting you can set its default value.
https://github.com/abpframework/abp/blob/22bc56e2794f0f323084df1ea680a1d1bdcded3c/framework/src/Volo.Abp.Localization/Volo/Abp/Localization/LocalizationSettingNames.cs
https://docs.abp.io/en/abp/latest/Settings#setting-values-in-the-application-configuration
hi
The requiresNew is true in the template project by default.
Can you try the new template project or set it as true?
hi
PostLogoutRedirectUris: The logout callback URLs associated with the current application.
You have to add https://xxx-v2-xxx-ui.azurewebsites.net/signout-callback-oidc to PostLogoutRedirectUris
hi
I think you just need to configure the endpoints in appsettng.json. If you got any problems, please feel free to feedback
hi
Is the UI MVC or Blazor?
hi
What is the name?
Can you share some code?
hi
The search will be a SQL query and the database will decide whether toCase Sensitive
eg
select * from table where displayName == "%Blazor%"