Hi All,
To minimize the hits on Adwords we create an OAuth2 API so one service is responsible for fetching / refreshing the tokens and all other apps get the tokens from this single app. Lately, we have been seeing this issue that when we first try and authorize a new account we do not get a redirect URL back (for the consent popup) on the production server, however when I do the same thing on localhost it works as expected.
Is this something to do with OAUTH2 setup, I can confirm that both our URLs (localhost and production) are configured for OAUTH access so I cannot see why this is happening.
Any help will be appreciated on this.
Thanks,
Rocky