Skip to content

User view page does not render #13562

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

Closed
MarshallCat94 opened this issue Mar 18, 2025 · 1 comment · Fixed by #13564
Closed

User view page does not render #13562

MarshallCat94 opened this issue Mar 18, 2025 · 1 comment · Fixed by #13564
Labels
bug Something isn't working

Comments

@MarshallCat94
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant