Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Platform crashes after user deletion #9719

Closed
SamuelHassine opened this issue Jan 26, 2025 · 1 comment · Fixed by #9720
Closed

Platform crashes after user deletion #9719

SamuelHassine opened this issue Jan 26, 2025 · 1 comment · Fixed by #9720
Labels
bug use for describing something not working as expected solved use to identify issue that has been solved (must be linked to the solving PR)
Milestone

Comments

@SamuelHassine
Copy link
Member

Description

  1. First issue, on testing platform:
[
    {
        "message": "Cannot read properties of undefined (reading 'internal_id')",
        "locations": [
            {
                "line": 190,
                "column": 3
            }
        ],
        "path": [
            "me",
            "effective_confidence_level"
        ],
        "extensions": {
            "code": "INTERNAL_SERVER_ERROR"
        },
        "name": "INTERNAL_SERVER_ERROR"
    }
]
  1. Second issue, when something like this happens, it reload forever instead of just crash the frontend with the error message:
20250126-1810-06.6059132.mp4
@SamuelHassine SamuelHassine added bug use for describing something not working as expected needs triage use to identify issue needing triage from Filigran Product team labels Jan 26, 2025
@romain-filigran romain-filigran removed the needs triage use to identify issue needing triage from Filigran Product team label Jan 26, 2025
@romain-filigran
Copy link
Member

The problem seems to be linked to a user deletion that has not been correctly managed (a priori we're trying to read from the cache a user that has been deleted).

@romain-filigran romain-filigran added this to the Bugs backlog milestone Jan 26, 2025
@SamuelHassine SamuelHassine changed the title 2 issues in one Platform crashes after user deletion Jan 27, 2025
@labo-flg labo-flg modified the milestones: Bugs backlog, Release 6.4.9 Jan 27, 2025
@romain-filigran romain-filigran added the solved use to identify issue that has been solved (must be linked to the solving PR) label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug use for describing something not working as expected solved use to identify issue that has been solved (must be linked to the solving PR)
Projects
None yet
3 participants