hi
We will fix this ASAP.
Thanks
hi
Can I check your project remotely?
Please send an email @liming.ma@volosoft.com
Great!
hi
This error is about the Data Protection.
https://learn.microsoft.com/en-us/aspnet/core/security/data-protection/introduction?view=aspnetcore-7.0 https://learn.microsoft.com/en-us/aspnet/core/security/data-protection/using-data-protection?view=aspnetcore-8.0&source=recommendations
Your application can't Unprotect your cookies. Does your redis work?
private void ConfigureDataProtection(
ServiceConfigurationContext context,
IConfiguration configuration,
IWebHostEnvironment hostingEnvironment)
{
var dataProtectionBuilder = context.Services.AddDataProtection().SetApplicationName("Hudoor");
if (!hostingEnvironment.IsDevelopment())
{
var redis = ConnectionMultiplexer.Connect(configuration["Redis:Configuration"]!);
dataProtectionBuilder.PersistKeysToStackExchangeRedis(redis, "Hudoor-Protection-Keys");
}
}
Is the login page localhost:4200/account/login?
Custom-Login-Page-For-Angular https://support.abp.io/QA/Questions/306/Custom-Login-Page-For-Angular
hi
The login page belongs to MVC. right?
https://support.abp.io/QA/Questions/160/How-to-customize-an-ABP-project
hi
Please try to clear the cookies or try to sign in on the incognito mode.
hi
And throw error "Could not found the requested BLOB 'test.pdf' in the container 'TestContainer'!".
Please share the full error stack. Thanks.
ok, I will try again.