Discussions
Getting the data from another Rose Rocket environment, instead of which I am targeting.
I am getting the data from another Rose Rocket environment, instead of which I am targeting.
Ex:
I am trying to get data from 'https://vpl.roserocket.com' environment
But I am getting data from 'https://suite.roserocket.com' environment
I have registered an application under https://vpl.roserocket.com and using the same Client Id and Secret Key. I am able to get the code and access token using these details.
But when I use the access token which I have got, it is always giving the data from https://suite.roserocket.com
I have tried to remove the application which I have registered, and recreated a new one, and tried with those new Client Id and Secret Key. But it is giving the same result of fetching the data from another environment.
I am sure I am using the same Client Id, Secret Key, Code, Access Token and Board Id. I have cross checked these details several times, all are correct, but not sure why I am receiving the data from another environment instead of which I am targeting.
Please suggest on this.
Note: It was worked till yesterday, today only I am facing this issue.