Skip to content

User view page does not render #13562

@MarshallCat94

Description

@MarshallCat94

Describe the bug
Since upgrading to 2025.2.1, I am unable to navigate and browse a user's view page. The page loads for any given user, but nothing is shown there, and when I look at the console, I can see that a call to getRelativeTime failed because a user's passwordChangeDate doesn't seem to meet the method's signature. More about the exception below.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Directory > Users
  2. Browse any user
  3. Check browser's console

Expected behavior
The user's view page renders and I can see their details, password reset, history of changes, ...

Screenshots
A users view page showing no information and the exception in the browser's console.
Image

Logs
The browser's console call stack and exception.

Uncaught (in promise) RangeError: Value need to be finite number for Intl.RelativeTimeFormat.prototype.format()
    at RelativeTimeFormat.format (<anonymous>)
    at KT (utils.ts:176:24)
    at W.renderUserCard (UserViewPage.ts:162:31)
    at W.renderBody (UserViewPage.ts:389:32)
    at W.render (UserViewPage.ts:142:20)

Version and Deployment:

  • authentik version: 2025.2.2
  • Deployment: docker-compose

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions