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'.
hi
Set EnableDetailedErrors in AddHubOptions to see detail errors.
builder.Services.AddSignalR(hubOptions =>
{
hubOptions.EnableDetailedErrors = true;
});
hi
Please share the logs of api and authserve website
hi
I didn't receive the logs.
hi
You can redirect to a special page of blazor and re-login on the page.
eg
Navigation.NavigateToLogin("authentication/login");
https://github.com/abpframework/abp/pull/16676