-
Bug
-
Resolution: Done
-
Normal
-
1.8.0
Description of problem:
I am using RHDH 1.8 image in rhdh-local, There are some API failures in installed packages tab in extensions plugin. This API call failure is due to some package/plugin name is not resolved and the call goes with undefined in the url.
GET /configuration
http://localhost:7007/api/extensions/package/default/undefined/configuration
GET /authorize
http://localhost:7007/api/extensions/plugin/default//configuration/authorize
Note: // in the url, it is missing the plugin name
Prerequisites (if any, like setup, operators/versions):
RHDH 1.8
Steps to Reproduce
- Start RHDH 1.8 which enough permission to enable/disable the plugins in extensions plugin
- Open the network tab and see the failing calls.
Actual results:
- /authorize and /configure calls are failing repeatedly for some unresolved package name.{}
Expected results:
- All the API calls must be passing and there shouldn't be any failures.
Reproducibility (Always/Intermittent/Only Once):
Always
Build Details:
RHDH 1.8
Additional info (Such as Logs, Screenshots, etc):
- is cloned by
-
RHDHBUGS-2458 Marketplace (authorize/configure) Apis calls are failing
-
- Closed
-