server icon indicating copy to clipboard operation
server copied to clipboard

BUG: Issues with Stefan's account

Open Comoque1 opened this issue 11 months ago • 2 comments

Describe the bug It was reported from Stefan that yesterday around 8:30 p.m. NL time, he experienced assigning members to a challenge.

After a brief investigation these are the observations:

  1. 2 server pods were restarted at that time image.png

  2. His account has credential rules but querying storage data related to his profile, fails to be returned:

query {
  user(ID: "83c6da9d-304e-48a2-a9da-5e57e8b80feb") {
    id
    storageAggregator{
      parentEntity{
        id
      }
    }
    authorization{
      credentialRules{
        criterias{
          resourceID
          type
        }
        name
        grantedPrivileges
      }
      privilegeRules{
        grantedPrivileges
      }
    }
    profile {
      displayName
    }
  }
}

image.png
  1. Around 20 minutes before he tried to assign users (assumption based on logs) there were many errors related to save-request which is triggered from WBs image.png

Expected behavior Stefan and any other user can operate on the platform, without experiencing any issue

Additional context Should be consider that Stefan's is using changed email for hist profile. Stefan was also experiencing this week issued like: not being able to save WB, stop being able to upload visuals, etc.

Comoque1 avatar Mar 22 '24 08:03 Comoque1

@Comoque1 have you tried resetting authorization on his profile? That userID error is when an exception is thrown and it tries to get the userID but fails. It might already be fixed in develop; it is hiding the original error.

techsmyth avatar Mar 25 '24 06:03 techsmyth

@Comoque1 have you tried resetting authorization on his profile? That userID error is when an exception is thrown and it tries to get the userID but fails. It might already be fixed in develop; it is hiding the original error.

Yes, policies of the user were reset.

Comoque1 avatar Mar 25 '24 07:03 Comoque1