Hello,
I am writing an app that supports OAuth authentication to my website.
Everything is in place and works fine in the simulator. I can get a code and then exchange it for a token without issue.
I decided to try it on my watch (Fenix 5) but it fails there : the OAuth callback is called but with a responseCode of zero and no data.
I even tested my server in Google OAuth 2.0 playground (https://developers.google.com/oauthplayground) and everything is working fine there.
I checked the log on the server and everything seems to be fine : the OAuth code is sent back but then it seems like Connect IQ is struggling (progress bar does not move) and then the callback is called with zero.
I am really struggling so as to know what is happening...
I am using https://localhost as the redirect Uri as seen in all examples over the web.
Thanks for any help on this!
Nicolas