hi
Can you try to convert "date": {"year": 2023,"month": 5,"day": 31}
to a string object?
eg: 2023-05-31
hi
You can override the LoginModel
.
https://support.abp.io/QA/Questions/160/How-to-customize-an-ABP-project
public class LoginModel : AccountPageModel
account/src/Volo.Abp.Account.Pro.Public.Web/Pages/Account/Login.cshtml.cs
If you use OpenIddict
[ExposeServices(typeof(LoginModel))]
public class OpenIddictSupportedLoginModel : LoginModel
abp/account/src/Volo.Abp.Account.Pro.Public.Web.OpenIddict/Pages/Account/OpenIddictSupportedLoginModel.cs
hi
Can you try to remove /
?
NavigationManager.NavigateTo($"log-details/{input.Id}", forceLoad: false);
There must have a difference between your project and the template project.
Can you check the template?
or share a simple project liming.ma@volosoft.com
hi
I think you can delete the previous migrations and re-create them.
https://www.npgsql.org/efcore/release-notes/6.0.html#opting-out-of-the-new-timestamp-mapping-logic
hi
Please create a new 7.2 template project with npgsql
And global search for the EnableLegacyTimestampBehavior
keyword.
hi
Please share your HTTP request info of angular.
hi
Please make sure you upgrade all Volo.Abp.xxx
and Volo.xxx
packages to 7.
hi
There was a new key created. so user was not authenticated.
Creating key {f5ac6d1c-79bb-4f8d-a633-ed8ec15f44e2} with creation date 2023-04-27 01:56:19Z, activation date 2023-04-27 01:56:19Z, and expiration date 2023-07-26 01:56:19Z.
No XML encryptor configured. Key {f5ac6d1c-79bb-4f8d-a633-ed8ec15f44e2} may be persisted to storage in unencrypted form.
Identity.Application was not authenticated. Failure message: Unprotect ticket failed
CORS policy execution failed.
Request origin https://localhost:44354 does not have permission to access the resource.
Can you share your project again? include the steps to reproduce. liming.ma@volosoft.com