We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const xero = new XeroClient({ clientId: xeroConfig.clientId, clientSecret: xeroConfig.clientSecret, redirectUris: [xeroConfig.redirectUris], scopes: xeroConfig.scopes.split(' '), // clockTolerance: 10 });
const tokenSet = await xero.apiCallback(req.url);
The text was updated successfully, but these errors were encountered:
PETOSS-331
Sorry, something went wrong.
Thanks for raising an issue, a ticket has been created to track your request
hey @chandanray876,
this can be happening to you due to your system might be setting a nbf (not before) timestamp while making the network call.
Please try running our sample app - https://github.com/XeroAPI/xero-node-oauth2-app with the latest xero-node veriosn v5.0.1
please go through this issue card once - #327 - this has some solution which had worked. it can be due to some time settings on your system.
if you are still facing issue please let us know with some more details.
sangeet-joy-tw
No branches or pull requests
const xero = new XeroClient({
clientId: xeroConfig.clientId,
clientSecret: xeroConfig.clientSecret,
redirectUris: [xeroConfig.redirectUris],
scopes: xeroConfig.scopes.split(' '),
// clockTolerance: 10
});
const tokenSet = await xero.apiCallback(req.url);
The text was updated successfully, but these errors were encountered: