-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Query params are duplicated after redirect #35
Comments
Thanks for the investigation ! |
Hi, I created a fix branch, but I'm getting a 403 when I try to push the branch to GitHub?! Also, how can I fork the source code for version 3.0.0-alpha.1? |
I've been really busy these past few months and I haven't had any time to dedicate to this library, unfortunately.. |
Issue must have been introduced after Angular 14 (because I can reproduce it with Angular 16 but not Angular 14).
Fix will be available in the next release. |
Co-authored-by: Badisi <[email protected]> Fixes #35
Also, the Angular demo app now has a query params settings to play with: |
🎉 Released in @badisi/[email protected] 📦🚀 |
Is there an existing issue for this?
Library version
3.0.0-alpha.1
Description
When the user navigates to a protected page and includes some query parameters, the query parameters are duplicated when he comes back to the app after logging in.
Steps to reproduce
See this test app, clone, run, log in using credentials from here, click on Logout, then click on Page 2 with params and see the output on the page.
Environment
The text was updated successfully, but these errors were encountered: