authentik
authentik copied to clipboard
Missing User Dashboard Icons
Describe the bug Not all icons are showing up for users as expected.
To Reproduce Steps to reproduce the behavior:
- Create an Application
- Go to User Interface
- See icon does not exist
Expected behavior Create an application, and it shows up in the user dashboard.
Version and Deployment (please complete the following information):
- authentik version: 2024.2.2
- Deployment: docker-compose
Additional context There is no problem with launching the applications or testing them from the Admin Interface. It seems indifferent to any policy bindings as well (having none or defining some). I also cannot find any errors that might hint at a problem elseware. For a while I thought it might be due to the fact that I had "()-" characters in the Application name, but after remove ALL of those it didn't make any difference.
To be clear - MANY icons are showing up....there are some which simply don't.
Here is a screenshot of a user's application list from the admin section, and a corresponding image that shows the the icons are missing on his dashboard. I pixelated out a bunch but hopefully this makes sense. Those three Applications should be in the bottom group with a total of 4, however there is only 1 app showing.
Uhm, ok. I don't know if this is it - I have 119 applications created. Any apps on the list from 101-119 do not show up. Is this a built-in maximum? If I rename an app to change the alphabetic order it will show up and the corresponding one that is pushed down vanishes.
@TSJasonH thanks for doing some more testing with this, we do indeed have a global default which sets the pagination page size to 100, which would explain why 101 and up don't show up
The pagination is correctly implemented for all the admin pages (both application list and user application list), however not for the user dashboard
Oh, crud... well that makes sense.