We have two apps configured on Zerodha Kite Trade, having access for Publisher + trade. But for some reason the request_token is not coming at the live app. For all other live and dev platforms it is working fine. Can someone help me on this.
@saurabh2708 Do you have debug log for the login session? Can you paste complete log here for request_token and access_token generation? Else, add debug log for python client as below and paste the response here:
Also, as far as the log is concerned the issue is that we are getting the request token on our redirect url. The whole backend server functionality of fetching the access token using the request token starts post that.
@saurabh2708 As seen from the above video, you are using two different kite connect account(API key) for live and dev. Can you go to developers login and check if redirect url is same for both apps?
Yes apart from the different sub domain for live and dev respectively the endpoint of the redirect url is completely same. And the permission levels are also same for both the apps.
Do you have debug log for the login session?
Can you paste complete log here for request_token and access_token generation?
Else, add debug log for python client as below and paste the response here:
LIVE - https://www.dropbox.com/s/3kclpcidyzuu051/ZerodhaLive.mov?dl=0
DEV - https://www.dropbox.com/s/9f65ybybebipvnz/ZerodhaWebTesting.mov?dl=0
As seen from the above video, you are using two different kite connect account(API key) for live and dev.
Can you go to developers login and check if redirect url is same for both apps?
You seem to doing force url re-direct at your end after re-direct from our end post successful login.