lorawan-stack icon indicating copy to clipboard operation
lorawan-stack copied to clipboard

Fix handling of application packages when not found

Open kschiffer opened this issue 2 years ago • 0 comments

Summary

OS Counterpart of https://github.com/TheThingsIndustries/lorawan-stack/pull/3380

Changes

  • Ensure that 404s will not cause the request handler to throw, since it is an expected result if a package association does not exist

Notes for Reviewers

See https://github.com/TheThingsIndustries/lorawan-stack/pull/3380

Checklist

  • [x] Scope: The referenced issue is addressed, there are no unrelated changes.
  • [x] Compatibility: The changes are backwards compatible with existing API, storage, configuration and CLI, according to the compatibility commitments in README.md for the chosen target branch.
  • [x] Documentation: Relevant documentation is added or updated.
  • [x] Changelog: Significant features, behavior changes, deprecations and fixes are added to CHANGELOG.md.
  • [x] Commits: Commit messages follow guidelines in CONTRIBUTING.md, there are no fixup commits left.

kschiffer avatar Aug 10 '22 14:08 kschiffer