Skip to content
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

Failed to construct URL #8497

Closed
mfrascati opened this issue Dec 16, 2020 · 3 comments
Closed

Failed to construct URL #8497

mfrascati opened this issue Dec 16, 2020 · 3 comments

Comments

@mfrascati
Copy link

Versions

  • nuxt: 2.14.11 (but I suppose every version > 2.14.8 is affected)

Reproduction

I have a return URL from Google oAuth redirect like the following:

https://mydomain.com/oauth/google#state=RHo0uoakf_VDi&access_token=ya29.a-CUT-2E2wlw&token_type=Bearer&expires_in=3598&scope=email%20profile%20https://www.googleapis.com/auth/userinfo.profile%20https://www.googleapis.com/auth/userinfo.email%20openid&authuser=0&prompt=none

What is actually happening?

Schermata 2020-12-16 alle 10 03 44

Downgrading to 2.14.8 solved the issue. I see there was a lot going on with routing in the last 3 minor releases, maybe this is an unhandled case, or hashes related?

Copy link
Member

@mfrascati This will be fixed with #8494.

@pi0
Copy link
Member

pi0 commented Dec 16, 2020

Hi @mfrascati thanks for reporting. Would you please try v2.14.12?

@mfrascati
Copy link
Author

@pi0 yep, now it works as expected, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants