Hi,
shiwei.liang@volosoft.com
Can you share the error logs? (each service and authserver)
What's your ABP version?
Hi,
Sorry for the misunderstanding.
You can try this:
foreach (var property in builder.Model.GetEntityTypes().SelectMany(e => e.GetProperties()).Where(p => p.ClrType == typeof(string)))
{
property.SetIsUnicode(false);
}
foreach (var property in builder.Model.GetEntityTypes().SelectMany(e => e.GetProperties()).Where(p => p.ClrType == typeof(ExtraPropertyDictionary)))
{
property.SetIsUnicode(false);
}
Hi.,
Sorry, the code I was provided was only used to OIDC and it should not be used in production.
I think the better way is use a valid certificate, you can check the Microsoft document,It details how to do: https://learn.microsoft.com/en-us/aspnet/core/security/docker-compose-https?view=aspnetcore-7.0
Hi,
I'm not to say it can't used.
My main question is why output generated by Devart differs from the standard one
I think you can ask Devart, it has nothing to do with ABP.
Hi,
You should not change the migration file.
ABP uses the standard EF Core API, and the migration file is generated by the oracle driver. unfortunately, we can't do anything