Skip to content

fix(google-gemini): remove workspace.google.com redirect - #688

Open
josecastillolema wants to merge 1 commit into
ferdium:mainfrom
josecastillolema:fix/google-gemini-redirect-loop
Open

fix(google-gemini): remove workspace.google.com redirect#688
josecastillolema wants to merge 1 commit into
ferdium:mainfrom
josecastillolema:fix/google-gemini-redirect-loop

Conversation

@josecastillolema

Copy link
Copy Markdown

Summary

  • Remove the workspace.google.com redirect block from webview.js that caused a redirect loop preventing users from using Gemini

The recipe's webview.js contained a redirect block inherited from other Google recipes that detects workspace.google.com and redirects to AccountChooser. Since Google now redirects unauthenticated users to workspace.google.com, this creates an infinite redirect loop (gemini.google.com -> workspace.google.com -> AccountChooser -> gemini.google.com -> ...).

Related issues:

Same issue as with google-calendar: Google changed the behavior of
AccountChooser for unauthenticated embedded browsers, so the redirect
to AccountChooser no longer leads to a login page. Remove it to
prevent potential redirect loops.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant