Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
russellb opened this issue Feb 21, 2024 · 0 comments
Open

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

russellb opened this issue Feb 21, 2024 · 0 comments
Labels
bug Something isn't working ui Web UI

Comments

@russellb
Copy link
Member

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.
@russellb russellb added bug Something isn't working ui Web UI labels Feb 21, 2024
@github-project-automation github-project-automation bot moved this to 🆕 New in Nexodus Board Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ui Web UI
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant