Issues icon indicating copy to clipboard operation
Issues copied to clipboard

Using the word "feeds" in package ID causes rest api issues.

Open CeroOscura opened this issue 2 years ago • 0 comments

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

  1. Create a package with an ID matching the format "feeds-some-more-words".
  2. Push the package.
  3. Try to view the package details for the pushed version or fetch the package via API. (Doesn't work)
  4. 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.

CeroOscura avatar Jan 26 '23 02:01 CeroOscura