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%"
hi
I think this is the setting of the database.
https://docs.aws.amazon.com/dms/latest/sql-server-to-aurora-postgresql-migration-playbook/chap-sql-server-aurora-pg.sql.casesensitivity.html
hi
The logout request was rejected because the specified post_logout_redirect_uri was invalid: https://xxx-v2-xxx-ui.azurewebsites.net/signout-callback-oidc.
The PostLogoutRedirectUris of RISE_BlazorServerTiered is ["https://xxx-v2-xxx-api.azurewebsites.net/signout-callback-oidc"]
hi
Your API website is try to reach https://localhost:44339/.well-known/openid-configuration
Please check your configuration.
2023-05-26 08:48:44.755 +00:00 [ERR] Exception occurred while processing message.
System.InvalidOperationException: IDX20803: Unable to obtain configuration from: 'https://localhost:44339/.well-known/openid-configuration'.