Blazor wasm navigation manager navigate to google oauth2 creates javascript error illegal invocation #61579
Labels
area-blazor
Includes: Blazor, Razor Components
Author: Migration Bot 🤖
The issue was created by a issue mover bot. The author may not be the actual author.
This issue has been moved from a ticket on Developer Community.
[severity:It's more difficult to complete my work] [regression] [worked-in:unsure]
0
I have a blazor wasm app with allowing users to login with google. The code uses a simple navigation like so: https://accounts.google.com/o/oauth2/v2/auth? scope=https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/user.gender.read& include_granted_scopes=true& response_type=token& state=state_parameter_passthrough_value& redirect_uri=https%3A//oauth2.example.com/code& client_id=client_id
The code worked in the past without a problem. Recently I tested it again and it fails with javascript error: TypeError: Failed to execute 'query' on 'Permissions': Illegal invocation. The same happens when I try to navigate to Facebook sign in.
Original Comments
Feedback Bot on 12/24/2024, 07:16 AM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
Feedback Bot on 4/8/2025, 08:08 AM:
We detected that this issue hasn’t received a lot of activity, votes, or comments in the past 90 days. Based on this, the issues severity and affected area, it’s my experience that this issue is unlikely to get fixed. To improve the situation, consider following best practices for quality problem reports, and giving us more details on how this issue is impacting you.
The text was updated successfully, but these errors were encountered: