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
{{ message }}
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
I've noticed when attempting to run commands the following day, I see errors like the following:
><> hippo app add helloworld helloworld
Error:
Under the hood, the client received a 401 Unauthorized response from the API server.
The CLI should do two things:
If the token in the local config cache has expired, prompt the user with their password to reissue a new token.
If the token has NOT expired AND the client receives a 401 Unauthorized response, prompt the user to log back in with authorized credentials (e.g. log in as an administrator)
The text was updated successfully, but these errors were encountered:
I've noticed when attempting to run commands the following day, I see errors like the following:
Under the hood, the client received a 401 Unauthorized response from the API server.
The CLI should do two things:
The text was updated successfully, but these errors were encountered: