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
When using advance tool, if refresh token is expired, it returns an HTTP 401, but the process is trying to call the tool api anyway that cause an error message on the tool it self.
For example: CheckGif => Refreshtoken 401 -> Images not matches
Change the authentication behavior and block the process when refreshtoken return error 401. Error message should be "Authentication token is expired, please reauthenticate your self to get a new token"
The text was updated successfully, but these errors were encountered:
When using advance tool, if refresh token is expired, it returns an HTTP 401, but the process is trying to call the tool api anyway that cause an error message on the tool it self.
For example: CheckGif => Refreshtoken 401 -> Images not matches
Change the authentication behavior and block the process when refreshtoken return error 401. Error message should be "Authentication token is expired, please reauthenticate your self to get a new token"
The text was updated successfully, but these errors were encountered: