Hi, I also hit this error, but upgrading abp-ng2-module to is 2.1.0 doesn't help.
After the logging, if the authentication is ok, the login screen is replaced by spinner with stay for a very long time.
then this screen is displayed :
[attachment=0:rka1pmbg]PageNeRepondantPas.png[/attachment:rka1pmbg]
and there's no way to through this.
Please help.
6 Answer(s)
-
0
Just to add that the project is built on ABP zero 5.2 (Angular 5 + Asp.net core 2)
Abdourahmani
-
0
@abdourahmani, it should be related to a server side error. Can you check server side logs to see if there are any error messages ?
-
0
-
0
@abdourahmani it is strange. Have you tried to run this project on another PC ? You can also use SQL Server Management Studio's Query Profiler to see if exeuted queries are finished or not.
-
0
Hi @ismcagdas , SQL Server Management Studio's Query Profiler showed this query excuting successively 10s of time.
SELECT TOP(1) [u].[Id], [u].[AccessFailedCount], [u].[AuthenticationSource], [u].[ConcurrencyStamp], [u].[CreationTime], [u].[CreatorUserId], [u].[DeleterUserId], [u].[DeletionTime], [u].[EmailAddress], [u].[EmailConfirmationCode], [u].[GoogleAuthenticatorKey], [u].[IsActive], [u].[IsDeleted], [u].[IsEmailConfirmed], [u].[IsLockoutEnabled], [u].[IsPhoneNumberConfirmed], [u].[IsTwoFactorEnabled], [u].[LastLoginTime], [u].[LastModificationTime], [u].[LastModifierUserId], [u].[LockoutEndDateUtc], [u].[Name], [u].[NormalizedEmailAddress], [u].[NormalizedUserName], [u].[Password], [u].[PasswordResetCode], [u].[PhoneNumber], [u].[ProfilePictureId], [u].[SecurityStamp], [u].[ShouldChangePasswordOnNextLogin], [u].[SignInToken], [u].[SignInTokenExpireTimeUtc], [u].[Surname], [u].[TenantId], [u].[UserName] FROM [AbpUsers] AS [u] WHERE ((([u].[IsDeleted] = 0) OR ([u].[IsDeleted] <> @__IsSoftDeleteFilterEnabled_0)) AND (([u].[TenantId] = @__CurrentTenantId_1) OR (CASE WHEN [u].[TenantId] = @__CurrentTenantId_2 THEN CAST(1 AS BIT) ELSE CAST(0 AS BIT) END = @__IsMayHaveTenantFilterEnabled_3))) AND ([u].[Id] = 2)
Regards, Abdourahmani
-
0
@abdourahmani can you try with a new database created with migrations ? If it doesn't work, please send your project to us via email and let us check the problem.