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
On "UPLOADING" get a 409 with reply Object { error: "Version already exists. Latest version is: 0.1.1." }. Then on "CHECKING" get a 404 Object { error: "No uploaded file for that addon and version." }.
In this case I should fetch the versions and return that.
The text was updated successfully, but these errors were encountered:
On "UPLOADING" get a 409 with reply
Object { error: "Version already exists. Latest version is: 0.1.1." }
. Then on "CHECKING" get a 404Object { error: "No uploaded file for that addon and version." }
.In this case I should fetch the versions and return that.
The text was updated successfully, but these errors were encountered: