authentik icon indicating copy to clipboard operation
authentik copied to clipboard

Launch URL of an Application not refreshed when modified

Open manuviens opened this issue 1 year ago • 3 comments

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:

  1. Go to the Admin panel
  2. Edit an Application
  3. Change it's Launch URL
  4. 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

manuviens avatar Aug 19 '24 12:08 manuviens

I have the same problem with authentik version: 2024.6.4 and deployment: docker compose

shad0wRoot avatar Aug 23 '24 19:08 shad0wRoot

Same here with version 2024.8.1.

akuntsch avatar Sep 11 '24 17:09 akuntsch

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.

BeryJu avatar Oct 17 '24 16:10 BeryJu

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.

ericmak624 avatar Nov 07 '24 05:11 ericmak624

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.