ChatGPT App Auth on Android not working

Unable to authenticate via connector on Android

When using mixed auth, and calling a tool that requires auth while user is unauthenticated, a connector appears asking to connect the user to the app.
If the tool is invoked by the user using chat - it works fine.
Issue appears mid-flow, when a user does some actions inside the widget that does not require auth, and then needs to call a tool requiring auth.

First of all, direct tool call does not initiate the connector - only by sending a “follow up” prompt describing the tool that needs calling it initiates the connector.
Second, on Android I wasn’t able to get this unauth->auth transition connector to work. It appears, I click on it once, it disappears for a split second and appears again. After clicking connect the second time, it disappears with no auth flow starting, no log or error what went right or wrong. After many hours debugging, I’m still not able to figure out the issue.

The flow works fine when initially connecting the app, when connector appears if initiated by the user from the chat, and the unauth->auth flow works for desktop and iOS. Only with Android is when I’m faced with this issue.