-
Bug
-
Resolution: Done
-
Critical
-
Unspecified
-
None
-
None
-
False
-
-
False
Description
This URL is working on Prod AH but not on Stage AH:
/api/automation-hub/_ui/v1/repo/published/amazon/aws/?version=3.0.0
On Stage, it returns a 500 error. Amazon.aws is just used as an example, as you cannot access any collection version directly in the UI API on Stage.
Without version specified, this URL works on Stage:
/api/automation-hub/_ui/v1/repo/published/amazon/aws/
Steps to Reproduce
Test this URL: https://console.redhat.com/api/automation-hub/_ui/v1/repo/published/amazon/aws/?version=3.0.0
Add stage into the same URL:
https://console.stage.redhat.com/api/automation-hub/_ui/v1/repo/published/amazon/aws/?version=3.0.0
Actual Behavior
Returns Server Error <500>
Expected Behavior
Returns <200> and data.
- mentioned on