Go High level Oauth2.0 Refresh token issue

It seems the refresh token is getting expired immediately after using once, and the api to refresh access token must be called atleast 8 seconds after on refresh or else it would return the invalid token error

This is the error im receving

{
    "error": "invalid_grant",
    "error_description": "This refresh token is invalid"
}

Im using the “https://services.leadconnectorhq.com/oauth/token” api to refresh my access token. This used to work fine till yesterday

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Milan_K_Jain,

Welcome to the community :raised_hands:

Did you update n8n before it stopped working or did it just stop working? Are you also using our node and credential or a generic oauth credential?

Running into same issue. Refresh Token is expiring after 1 use. Everything worked fine up until last week or so. Refresh Token should be good up to 1 year per their documentation.