Currenlty setting up my first pipeline to ingest the data so I run alot of time the code which requests the new access tokens and refresh tokens. After so many request, I think I got block and cant request any new access token by using old refresh token as Im getting this error:
Token is not allowed, because of invalid or empty chainId
I saw this article but was not helpful. How can I solve this problem without requesting the authorization code again?