iOS の Gmail アプリでメール内の「トピックを表示」をタップした際に、「Safari がページを開けません。リダイレクトが多すぎます」というエラーが発生する現象を、他にも再現できる方はいますか?
Apple Mail でメール本文を読み、リンクをモバイル Safari で開く場合にはこの問題は発生しません。
iOS の Gmail アプリでメール内の「トピックを表示」をタップした際に、「Safari がページを開けません。リダイレクトが多すぎます」というエラーが発生する現象を、他にも再現できる方はいますか?
Apple Mail でメール本文を読み、リンクをモバイル Safari で開く場合にはこの問題は発生しません。
I can’t reproduce it. Note also that the Gmail app doesn’t open Safari, it opens a SafariViewController instance within the app. Does the site you’re getting this error on use SSO by any chance?
It does not reproduce here on meta - I tried it with your reply, Penar.
Yes, logins are controlled with SSO (Wordpress).
Changing how links are handled to Gmail app -> mobile Chrome app did not change the result - I still get the error: ERR_TOO_MANY_REDIRECTS.
Isn’t this a duplicate of SSO redirect loop with Lax cookies, but only for my IPhone?! ?
Try changing the same site cookies setting.
Changing same site cookies to Disabled fixes the issue - thanks.