hi
You can create a class to wrap Queue. : )
hi
We don't know the Golang. Sorry.
Task was cancelled
Please set the log level to Debug and share the request logs. Thanks
liming.ma@volosoft.com
public class Program
{
public async static Task<int> Main(string[] args)
{
Log.Logger = new LoggerConfiguration()
.MinimumLevel.Debug()
.Enrich.FromLogContext()
.WriteTo.Async(c => c.File("Logs/logs.txt"))
.WriteTo.Async(c => c.Console())
.CreateLogger();
hi
try to use CacheName on your cache item class.
using Volo.Abp.Caching;
namespace MyProject
{
[CacheName("Books")]
public class BookCacheItem
{
public string Name { get; set; }
public float Price { get; set; }
}
}
你先分享一下内部服务器错误的日志.
hi
Could you help me to review DruidAIBlazorModule, did I make any wrong?
Please find a way to reproduce in a new project.
I haven't understood your JWT design yet.
Thanks.
hi
You can override the PermissionManagementModal by https://github.com/abpframework/abp/pull/18681/files
ABP CLI 和 SUITE的版本是? 错误日志是?
hi @ninomartini
Now that the logic has changed, the settings must be defined before they can be used. If you have special requirements, you can override the default setting services
hi @ninomartini
I will confirm this; thanks for your feedback.
hi
Im getting the above exception when i call this api from APP,
Can you share the call code ?