Issues
Issues copied to clipboard
Using the word "feeds" in package ID causes rest api issues.
Severity
Low
Version
2022.4.8319
Latest Version
I could reproduce the problem in the latest build
What happened?
Packages that have a package id containing the word "feeds" cannot be accessed through the Octopus UI or rest API. These packages can still be used in deployments, and you can view general stats when looking at the list of packages in the library.
Reproduction
- Create a package with an ID matching the format "feeds-some-more-words".
- Push the package.
- Try to view the package details for the pushed version or fetch the package via API. (Doesn't work)
- Try to use the package in a deployment. (Works)
Error and Stacktrace
The provided package id was not valid.
More Information
No response
Workaround
The word "feed" is valid and does not cause this issue, and can be used as a workaround. The package can also still be used in deployments and works without issues, as far as I can tell.