github.com/cs3org/reva/v2@v2.27.7/changelog/1.14.0_2021-10-12/app-registry-multiple-providers.md (about) 1 Bugfix: Fix app open when multiple app providers are present 2 3 We've fixed the gateway behavior, that when multiple app providers are present, it always returned that we have duplicate names for app providers. 4 This was due the call to GetAllProviders() without any subsequent filtering by name. Now this filter mechanism is in place and the duplicate app providers error will only appear if a real duplicate is found. 5 6 https://github.com/cs3org/reva/issues/2095 7 https://github.com/cs3org/reva/pull/2117