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
You get "file does not exist" which is confusing if you are doing something like adding an extension because it makes it sound like the vsix you are uploading does not exist.
The error should prepend the name of the thing that does not exist so something like "https://domain.com does not exist" or it should be entirely different: "https://domain.com returned a 404".
I believe the source of the problem is that we convert 404s into file not found errors to make Artifactory storage behave more like local storage but we should double-check what happens with other codes.
The text was updated successfully, but these errors were encountered:
You get "file does not exist" which is confusing if you are doing something like adding an extension because it makes it sound like the vsix you are uploading does not exist.
The error should prepend the name of the thing that does not exist so something like "https://domain.com does not exist" or it should be entirely different: "https://domain.com returned a 404".
I believe the source of the problem is that we convert 404s into file not found errors to make Artifactory storage behave more like local storage but we should double-check what happens with other codes.
The text was updated successfully, but these errors were encountered: