-
Bug
-
Resolution: Done
-
Undefined
-
None
Description of problem:
The RH Cloud inventory upload page is currently not accessible. Navigating to the following URL results in a 404 error: https://satellite.example.com/foreman_rh_cloud/inventory_upload
This is likely a routing issue, it seems we’re missing a route definition for the inventory_upload path. This needs to be added so the page can be rendered correctly.
How reproducible:
Always
Is this issue a regression from an earlier version:
Yes
Steps to Reproduce:
1. Visit the above URL.
2. Observe the 404 response.
Actual behavior:
A 404 Not Found error is returned.
Expected behavior:
The upload page should be accessible and load as expected.