-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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:
- Go to Directory > Users
- Browse any user
- 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.

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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working