Skip to content

Improper error handling #10864

Description

@Fujiwara16

When enabling s3 object storage, the errors from the api

https://cloud.linode.com/api/v4/object-storage/buckets Request Method: POST

are not shown in the dashboard. The popup window just closes.
I was enabling the object storage and it was responding with 400 due to :-

{
    "errors": [
        {
            "reason": "Bucket names must be between 3 and 63 characters, consist only of lowercase letters, numbers, . (period), and - (dash), start and end with a letter or number, and must not have adjacent . (period) and - (dash) characters.",
            "field": "name"
        }
    ]
}

Then too the dialog would just close without giving off any error.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions