Why is this an issue?
Running cloud igw list returns a 404 page not found error from the API, making it impossible to list internet gateways.
What is causing it?
The API endpoint for listing internet gateways is likely not registered or has the wrong path.
How can it be solved?
Check the router/mux configuration to ensure the /gateways or /igws endpoint is properly registered and returns a list response.
Category
Severity
Steps to reproduce
cloud igw list
# Output: Error: api error: 404 page not found
Why is this an issue?
Running
cloud igw listreturns a 404 page not found error from the API, making it impossible to list internet gateways.What is causing it?
The API endpoint for listing internet gateways is likely not registered or has the wrong path.
How can it be solved?
Check the router/mux configuration to ensure the
/gatewaysor/igwsendpoint is properly registered and returns a list response.Category
Severity
Steps to reproduce
cloud igw list # Output: Error: api error: 404 page not found