ocket8888 opened a new issue, #7317: URL: https://github.com/apache/trafficcontrol/issues/7317
## This Bug Report affects these Traffic Control components: - Traffic Portal (experimental v2) ## Current behavior: When you try to load a page (besides the login page) and you're not logged in, you'll be redirected to `/shared/login?returnURL=the%20URL%20you%20were%20trying%20to%20reach`. That's *supposed* to take you to `the URL you were trying to reach` when you log in successfully, but it no longer does. ## Expected behavior: Users should be redirected back to the page they tried to access after successfully logging in. ## Steps to reproduce: 1. Run TPv2 (e.g. at `http://localhost:4200`) in a browsing context where you don't have a valid authentication cookie (e.g. in a private browsing window/tab). 2. Attempt to navigate directly to any page besides the dashboard or login pages (e.g. `https://localhost:4200/core/cache-groups`) 3. Log in as prompted 4. Observe that you're at the dashboard instead of the place to which you tried to navigate. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
