-
Notifications
You must be signed in to change notification settings - Fork 695
Invalid url after authentication #959
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
Comments
Hmm, I've tagged as a bug for now, but not sure if it is one? I don't think |
I have encountered a similar problem, where a URL of the form The problem is the regular expression used for replacing the |
This is the same issue as #725 which was supposed to be fixed in version 9, but now using 10, it is still missing the ? |
I've tested and verified the same issue. Looks like the pull request by @kranich should fix it though. |
@jeroenheijmans Based on the comments here and at #963, this seems to be an issue that several people are facing. Is there any chance #963 is going to be merged soon? |
I honestly do not know. I moderate the issues list, and contribute a PR of my own here and there. But otherwise we currently have one maintainer, will leave it up to him to decide. |
@manfredsteyer Do you have any news regarding this merge request? |
I think I have the same issue. After login the url gehts extended by the parameter code. e.g. On Page refresh the page breaks. When I remove the code parameter, the login is successful. |
Hi. I think I have the same issue. I try to get authorization from Strava, after getting a link to return the page then URL change to http://localhost:4200/strava my expectation: the URL will remain like this |
We ran into the same problem in our application. After logging in, redirect url is extended by the parameters code and state, e.g. After refreshing the page, only a white screen is displayed and during authorization we get the error: If remove these additional parameters from the url (code and state parameters) and refresh, the page is loaded correctly and login is successful. Short movie showing wrong behavior: |
Hello,
I have a problem with several projects, I hope you can help me.
Describe the bug
When I authenticate on my application with authorization code flow, I am back on my application with a url of this type:
The library finalizes the authentication and cleans the url but this gives an invalid url for my application. Example :
Expected behavior
I expect the library to clean up url and have a url like this:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: