Base solution for your next web application
Open Closed

Unexpected authenticate Result! error #4903


User avatar
0
abdourahmani created

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.

Abdourahmani


6 Answer(s)
  • User Avatar
    0
    abdourahmani created

    Just to add that the project is built on ABP zero 5.2 (Angular 5 + Asp.net core 2)

    Abdourahmani

  • User Avatar
    0
    ismcagdas created
    Support Team

    @abdourahmani, it should be related to a server side error. Can you check server side logs to see if there are any error messages ?

  • User Avatar
    0
    abdourahmani created

    Hi @ismcagdas,

    I can see nothing wrong in the logs file.

    But I noticed hight ressources (disk, cpu, memory) consumption as captured here

    [attachment=0:33x89bbo]TaskMan.png[/attachment:33x89bbo]

    Regards, Abdourahmani

  • User Avatar
    0
    ismcagdas created
    Support Team

    @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.

  • User Avatar
    0
    abdourahmani created

    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

  • User Avatar
    0
    ismcagdas created
    Support Team

    @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.