hi
Our angular team will check it asap.
Thanks.
hi
Our angular team will check it asap.
Thanks.
hi
We will check this case in the Suite.
Thanks.
hi viktor
EngincanV will be back to work tomorrow. He will reply you asap
Thanks.
hi
IdentityUser class is not in your application, it comes from the Identity module as you know. So, you can not directly change its source code to add a navigation collection (unless you include Identity modules's source code into your solution).
See https://abp.io/support/questions/2954/Unable-To-Define-Many-To-Many-IdentityUser-Relationship#answer-315c2908-13b3-3dd2-b0cc-3a03ba043eb3
hi
Can you share the code to reproduce?
If you can share a template project, that would be best.
Thanks.
liming.ma@volosoft.com
hi
You can use Alerts.Warning(L["Message"]);
.
try
{
//...
}
catch (Exception ex)
{
// Handle exceptions from base login or tenant context switching
System.Diagnostics.Debug.WriteLine($"Login Processing Error: {ex.Message}");
ModelState.AddModelError("", "An unexpected error occurred during login. Please try again.");
Alerts.Warning(L["Message"]);
return Page();
}
hi portx-dev nacho
Thanks. Please try to update the Nuget package in all csproj
files manually.
We will fix this issue,