You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Could I have an update on this issue please? I see there is some activity in the related PR and I wonder if this is going to be inlcuded in a release anytime soon? It's affecting us to some extent and we look forward to getting it fixed :-)
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 togetRelativeTime
failed because a user'spasswordChangeDate
doesn't seem to meet the method's signature. More about the exception below.To Reproduce
Steps to reproduce the behavior:
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.
Version and Deployment:
The text was updated successfully, but these errors were encountered: