You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you navigate into a site via a cross-origin redirect, then the 'was created via cross-origin redirects' bit gets set on the Document.
If you then navigate to a different page within the same site, the navigation is eligible for cross document view transition.
If you then navigate back to the original page, and this uses the BFCache, then this second navigation is not eligible, since the Document is still marked as having been created by a cross-origin redirect.
This seems unexpected to me, as the cross-origin redirect during navigation is unrelated to the current navigation.