-
-
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
After upgrading to 2023.8.1, the 'Apps with most usage' table no longer shows any application names.
To Reproduce
Steps to reproduce the behavior:
- Log in with an administrator account
- Go to the Admin Interface
- See 'Apps with most usage'. The table will be present, with correct data, but the
Applicationcolumn is empty
Expected behavior
The Application column should contain the correct application names.
Logs
N/A
Version and Deployment:
- authentik version: 2023.8.1
- Deployment: Docker Compose
Additional context
The underlying cause seems to be a serialization error in the /api/v3/events/events/top_per_user/?action=authorize_application&top_n=11 endpoint. The application field is serialized as a string, rather than an object, as shown in the following screenshot:

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
