Can you try another Redis server to test it? We didn't encounter such a problem.
You could try Redis in docker container.
hi
We aren't familiar with Flutter. Do you get any errors on the backend app?
hi
I think Microsoft Azure AD should support Federated Sign-out. You can try to call the SignOutAsync
await Context.SignOutAsync("Microsoft Azure AD Scheme");
hi
That's because the OAuth 2.0 specification restricts the charset you're allowed to use for the error and error_description parameters:
https://stackoverflow.com/questions/76480828/openiddict-doesnt-support-localization/76483313#76483313
hi
You can ignore this for now. Try to test if the AuditLogging works.
: )
hi
May not be enough, and other services may get a table not found error. You'd better change this in all projects that reference or indirectly reference to AbpAuditLoggingEntityFrameworkCoreModule
hi
You can change this static variable in Program.cs of all projects
AbpAuditLoggingDbProperties.DbSchema = "xxx"
hi
You can try to remove the packageSourceMapping section from Nuget.Config file.
https://learn.microsoft.com/en-us/nuget/consume-packages/package-source-mapping
hi
Please try this
dotnet tool install -g volo.abp.cli --version 8.0.2 --add-source https://api.nuget.org/v3/index.json