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
Bug description
The Codestory provider, Anton, now makes a check for the validity of the access token. If it's not valid, it returns a 401. This response should be relayed by the web server to IDE, but it isn't.
To Reproduce
Use an expired auth token when making requests to sidecar
Look at the agent output. It should relay the 401 to the consumer (IDE), but instead it marks the session as finished.
Expected behavior
The web server should return a 401 as the response to the POST requests made to it, if Anton returns a 401 when checking the access token validity.
The text was updated successfully, but these errors were encountered:
Bug description
The Codestory provider, Anton, now makes a check for the validity of the access token. If it's not valid, it returns a 401. This response should be relayed by the web server to IDE, but it isn't.
To Reproduce
Expected behavior
The web server should return a 401 as the response to the POST requests made to it, if Anton returns a 401 when checking the access token validity.
The text was updated successfully, but these errors were encountered: