backblaze-b2 icon indicating copy to clipboard operation
backblaze-b2 copied to clipboard

[Fixed in 1.5.2] 404 error on authorize

Open mlambley opened this issue 3 years ago • 1 comments

Client error: `GET https://api.backblazeb2.com/b2api/v1//b2_authorize_account` resulted in a `404 Not Found` response:
{
  \"code\": \"not_found\",
  \"message\": \"/b2api/v1//b2_authorize_account\",
  \"status\": 404
}

This seems to have only occurred recently. Removing the extra forward slash after v1 seems to fix the issue.

mlambley avatar Feb 25 '22 00:02 mlambley

This has been fixed. Please update to 1.5.2 to resolve this issue. I'll leave this ticket open for a while longer.

mlambley avatar Feb 25 '22 01:02 mlambley