hi
You need to configure it in backend.
see https://abp.io/docs/latest/modules/gdpr#abpcookieconsentoptions
Some components and features need to be configured in both the backend and Angular at the same time.
Thanks.
This is a MySQL problem.
https://bugs.mysql.com/bug.php?id=118460
hi
Can you share a demo project and a test username with password?
You can create a private GitHub repository and invite https://github.com/maliming
liming.ma@volosoft.com
I will change the code and add custom claims.
Thanks.
ok, I will try to find the reason. It seems the MySql.EntityFrameworkCore has some problems.
Thanks @auxo-devsu
hi
There is a problem when checking the handler type. If no handler is found, the Processed will be set to true
Please add a MyProxyHelper to resolve the problem. https://github.com/abpframework/abp/pull/23545
Thanks.
public static class MyProxyHelper
{
private const string ProxyNamespace = "Castle.Proxies";
public static Type GetUnProxiedType(Type type)
{
return type.Namespace == ProxyNamespace ? type.GetTypeInfo().BaseType! : type;
}
}
https://github.com/abpframework/abp/pull/23561
Thanks. I will check and update the document.