hi
Please share the request logs from the logs.txt file.
Thanks.
你好
你可以将超时时间调大一些试试呢. 这大概率是Redis服务器无法处理导致超时
hi
This error message is coming from the OpenIddict/OAuth2 server.
You can't localize it. But you can check it in your app and show an ABP localization message.
Can you share the logs of this error request?
Thanks.
hi
It would be best if you could share a project that reproduces the problem.
I will find out the reason.
liming.ma@volosoft.com
Thanks.
hi
If you haven't changed any of the abp filter code, it is enabled by default. That's why I want you to provide a project.
Thanks
如果你想禁用这个行为
你可以从DefinitionProviders移除你不需要的权限定义提供者.
services.PostConfigure<AbpPermissionOptions>(options =>
{
options.DefinitionProviders.Remove...
});
hi
If your package version is 9.2.3 then there should be no AND (@__ef_filter__p_0 = 1 OR [IsDeleted] = 0) query.
Can you share a simple project?
liming.ma@volosoft.com
Thanks.
hi
Can you create a new project and create a private GitHub repository?
I will add some code.
My GitHub: https://github.com/maliming
Thanks
hi
What is your ABP version?
We added a new feature after 8.3.0
see https://abp.io/community/articles/use-userdefined-function-mapping-for-global-filter-pht26l07
Thanks