Skip to content

UI fails to show VPCs from non-default orgsΒ #1931

@russellb

Description

@russellb

On the VPCs page, the Create workflow allows you to choose which org you create a VPC in. If you choose an organization that is not your personal default organization, the create will work, but the only indication you get in the UI is that something was not found.

image

What's happening is:

  1. POST to create the VPC, get a 201 Created response with the VPC details.
  2. GET on vpcs/ with the ID of the newly created VPC. Get a 404 Not Found response.
  3. When the VPCs page is loaded, only the VPCs for the default org are included in the response.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinguiWeb UI

    Type

    No type

    Projects

    Status

    πŸ†• New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions