hi
I got a 'The license key is missing error
dotnet ef migrations add Initial Build started... Build succeeded. Unable to create a 'DbContext' of type 'updateDbContext'. The exception 'The license key is missing or not set up correctly. See the Licensing article in the product documentation for details.' was thrown while attempting to create an instance. For the different patterns supported at design time, see https://go.microsoft.com/fwlink/?linkid=851728
Thanks. I will check it.
hi
Can you share your test project? liming.ma@volosoft.com
Thanks.
hi
Have you removed the Autofac? Can you share a minimal project?
liming.ma@volosoft.com
Thanks.
你也可以试试在认证信息不存在的情况下注销
参考: https://github.com/abpframework/abp/pull/24645
Can you try to call the code below after adding AddSyncfusionBlazor (syncfusion)?
public override void ConfigureServices(ServiceConfigurationContext context)
{
context.Services.Replace(ServiceDescriptor.Transient<IComponentActivator, ServiceProviderComponentActivator>());
}
hi
Do you have the source code of SfComponentActivator?
Thanks.
不要收藏这个URL 它的一些参数是有有效期的
你可以在自定义的CheckTokenExpiration方法中输出一些日志, 看看丢失权限的时候 的access token情况