its kinda hassle if i update the CardBody to Blazorise.CardBody one by one.
hi
You can create a new component and use Blazorise internally.
eg: <BlazoriseCardBody><BlazoriseCardBody/>
Or global replace the CardBody text.
hi
Can you try the IgnoredUrls?
Configure<AbpAspNetCoreAuditingOptions>(options =>
{
options.IgnoredUrls.AddIfNotContains("xxx");
});
hi
Please try to use code
context.Services.AddAbpDbContext<YourDbContext>(options =>
{
options.ReplaceDbContext<IIdentityDbContext>();
});
hi
Can you share a minimum project with me?
hi
Please share the full logs and access_token
@albert What do you think?
but I need to be able to impersonate a tenant user from the host.
This is not supported by default, can you share your code?
hi
This is an unknown problem, We will release a new 6.0 patch version.
https://github.com/abpframework/abp/pull/14306
After connecting to the company vpn, I cannot access abp.io
How about other websites?
nuget.org myget.org etc?
You can try to abp login before connecting the vpn.