Cannot GET /android/{name}/callback for second time

Hi.

I use WebAuthProvider. Without connection it work great, login by facebook or google work fine.
When I add withConnection I have problem. For google I use “google-oauth2”, an each time I gen screen with comunicate “Cannot GET /android/[app package]/callback”.
With Facebook I use connection “facebook”. Fisrt everything work fin, but secon time I try to login and every next one I get communicate cannot get callback.

Do you know what am I missing?

Problem was scheme. In my project I was using scheme=“https”, when I change it to something else then social login start to working using WebAuthProvider.

I tried this, still not working. Any suggestion?