diff --git a/changelog/unreleased/cache-miss-fix b/changelog/unreleased/cache-miss-fix new file mode 100644 index 000000000..a45b18e9b --- /dev/null +++ b/changelog/unreleased/cache-miss-fix @@ -0,0 +1,6 @@ +Bugfix: Accounts service response was ignored + +We fixed an error in the AccountUUID middleware that was responsible for ignoring an account uuid +provided by the accounts service. + +https://github.com/owncloud/ocis-proxy/pull/43