You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ neonctl projects list
ERROR: failed to refresh token
invalid_grant (The provided authorization grant (e.g., authorization code, resource owner credentials) or refresh token is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client.)
When running any command which might fail with failed to refresh token, we should have a better UX where the user gets prompted to run $ neonctl auth, or perhaps even better, we just start neonctl auth for them.
The text was updated successfully, but these errors were encountered:
$ neonctl projects list ERROR: failed to refresh token invalid_grant (The provided authorization grant (e.g., authorization code, resource owner credentials) or refresh token is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client.)
When running any command which might fail with
failed to refresh token
, we should have a better UX where the user gets prompted to run$ neonctl auth
, or perhaps even better, we just startneonctl auth
for them.The text was updated successfully, but these errors were encountered: