authentik icon indicating copy to clipboard operation
authentik copied to clipboard

Updating an application slug from application details does not redirect the user to the new slug

Open dominic-r opened this issue 1 year ago • 7 comments

Describe the bug From the details page of an application, updating the slug of an application from the "Edit" tab does not redirect the user to the updated url leading to a bad UX and 404s. The only way to be able to interact with that application would be to go back to the main applications page and click on the updated application

To Reproduce Steps to reproduce the behavior:

  1. In the admin interface of the authentik dashboard, navigate to Applications > Applications and create an application named 'a'
  2. Click on the newly created application and click edit and choose a new slug, 'b' for example.
  3. Once confirmed, you will no longer be able to interact with the application and refreshing would lead to a loading page.

Expected behavior The user should be redirected to the new application detail page. Just a UX thing.

Screenshots If applicable, add screenshots to help explain your problem.

Logs Output of docker-compose logs or kubectl logs respectively

Version and Deployment (please complete the following information):

  • authentik version: 2024.10.1
  • Deployment: docker compose

Additional context Add any other context about the problem here.

dominic-r avatar Nov 09 '24 04:11 dominic-r

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.

_

dominic-r avatar Jan 10 '25 02:01 dominic-r

The same problem! If change Application Name - no longer be able to interact with the application and refreshing would lead to a loading page and user interface still showing old Application Name.

Raito00 avatar Feb 10 '25 09:02 Raito00

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.

dominic-r avatar Apr 12 '25 02:04 dominic-r

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.

dominic-r avatar Jun 13 '25 02:06 dominic-r

In fact, the problem is even broader. Not only does changing slugs not work, but also the Launch URL along with the rest of the application settings. Users get old settings until they re-login to the system. Looks like a caching problem.

vlad-ivanov-d avatar Jul 01 '25 12:07 vlad-ivanov-d