Launch URL of an Application not refreshed when modified
Describe the bug When modifying the Launch URL of an Application, it is not effective for users until they reconnect or delete cookie. Even Ctrl-F5 or restarting Authentik doesn't work.
To Reproduce Steps to reproduce the behavior:
- Go to the Admin panel
- Edit an Application
- Change it's Launch URL
- Refresh the library page (domain.tld/if/user/#/library) and see that it's still the old URL.
Expected behavior Effective change immediately.
Version and Deployment (please complete the following information):
- authentik version: 2024.4.2
- Deployment: docker compose
I have the same problem with authentik version: 2024.6.4 and deployment: docker compose
Same here with version 2024.8.1.
The application list in the user interface is cached and as such changes like this can appear as if they weren't applied. The cache is valid for 24 hours, and can be cleared manually by going to Customization -> Policies in the admin interface and clicking on "Clear cache" there.
The application list in the user interface is cached and as such changes like this can appear as if they weren't applied. The cache is valid for 24 hours, and can be cleared manually by going to Customization -> Policies in the admin interface and clicking on "Clear cache" there.
Thank you! I was running into the same issue.
Curious to know why the application list needs to be cached. Doesn't seem to be something expensive to fetch?
And it seems to be a bug that updates are not invalidating/updating cache.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.