hi
The abp 9.0.4 uses Blazorise version 1.6.2. If you use a higher version, there may be compatibility issues.
Can you check the logs for any errors?
Thanks,
Can you share a minimal project?
Thanks.
hi
I can't restore the nuget packages.
Response status code does not indicate success: 401 (Unauthorized). error NU1301: Unable to load the service index for source https://pkgs.dev.azure.com/xxxxuget/v3/index.json. Response status code does not indicate success: 401 (Unauthorized).
hi
This is by design. You have to set a long expiration date or TimeSpan.MaxValue to prevent cookies from expiring.
Thanks.
hi
, the current setup requires creating an external user with a username and password before allowing external login.
You don't need to create a user with a password manually.
If your username and password pass the check in OAuth check. Abp will handle it.
check the external user login logic here:
https://github.com/abpframework/abp/blob/rel-10.1/modules/identity/src/Volo.Abp.Identity.AspNetCore/Volo/Abp/Identity/AspNetCore/AbpSignInManager.cs#L54-L81
Thanks.
hi
This is by openidconection design.
You can add more time (e.g., a few hours), and the error won't occur.
Thanks.
hi
Please share the full logs.txt file
liming.ma@volosoft.com
Thanks.