-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Labels
bugSomething isn't workingSomething isn't workingtriageAdd this label to issues that need to be triagedAdd this label to issues that need to be triaged
Description
Describe the bug
When navigating to the Events/Log page in authentik, the event logs fail to load and repeated TypeError: s.substring is not a function errors are thrown in the browser console. The page attempts to fetch events via the API but fails to render them.
How to reproduce
- Login to authentik dashboard
- Navigate to the Events/Log page (Events → Log)
- Observe the browser console for errors
- The event logs table fails to display
Expected behavior
The event logs should load and display correctly in a table format with pagination.
Screenshots
No response
Additional context
No response
Deployment Method
Docker
Version
2026.2.1
Relevant log output
[DEBUG] (api/auth.rollenspiel.monster): GET /api/v3/events/events/?ordering=-created&page=1&page_size=20&search=
Uncaught (in promise) TypeError: s.substring is not a function
at I (utils.ts:13)
at ue (utils.ts:75)
at row (EventListPage.ts:106)
at #f (Table.ts:732)
at renderRows (Table.ts:551)
at renderRows (Table.ts:550)
at renderTable (Table.ts:1008)
at render (TablePage.ts:157)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtriageAdd this label to issues that need to be triagedAdd this label to issues that need to be triaged