hi
Blazor is a front-end project, you need to run the Api.Host project first(localhost:44399)
hi
You can create a new project of version 4.0. Then compare the code.
If possible you can provide me with a project, I can download and check to it. liming.ma@volosoft.com
https://support.abp.io/QA/Questions/287/How-can-I-install-a-specific-version-of-ABP-Suite
I have a ticket for .net conversion, should i ask this question there insstead?
Yes, Please.
cant we manually set the ispersistant to keep the cookie or prevent the session from dying?
Account.Pro module has the same code, you can always set RememberMe to true.
https://github.com/abpframework/abp/blob/dev/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Login.cshtml.cs#L99
hi shobhit
Identity Server 4 has a lot of breaking changes, have you applied to your project?
https://docs.abp.io/en/abp/latest/Migration-Guides/Abp-4_0#upgraded-to-identity-server-4-1-1
hi
According to the design of Identity cookie authentication, if you do not check Remember me, the cookie life is session. If the browser is closed or it thinks that the session has ended, your cookies will become invalid.
hi RonaldR
I will check it. : )
https://github.com/oracle/dotnet-db-samples/issues/81#issuecomment-728258466 we're still on track for a December/January Oracle EF Core 5 release.
https://www.nuget.org/packages/Devart.Data.Oracle.EFCore is supported net 5.0 but it not free library.
You can wait for Oracle
or try Devart
, otherwise you can only use net core 3.x.
hi
The versions of all Abp/Volo
packages should be the same.