nexodus-io / nexodus

Network Connectivity as a Service
https://nexodus.io
Apache License 2.0
57 stars 26 forks source link

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

Open russellb opened 4 months ago

russellb commented 4 months ago

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.