-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicated sidebar entries on the Phoenix UI #930
Comments
Saw this happening before, when there was an error page after the login. Might be that the app is initialized twice in that case. Needs investigation. |
AFAIR we saw this in the bridge setup with a wrong "unauthenticated-policy". Bridge is not involved here right? |
Benedikt Kulmann commented: This happens when one of the extension paths defined in the
|
The issue was that in case of failing to load an extension, we were re-triggering loading all extensions, just without the failing one. The problem with this is, that the already successfully loaded extensions are loaded again then. While this is not an issue with the vuex store, it was re-adding all routes of the extensions, causing duplicate routes. As a quick win we introduced that you can now define a default extension in the config.json by setting |
fix landed in ocis with #943 |
Benedikt Kulmann commented: [~mbarz] what's the reason for reopening this? Fix is in phoenix and ocis. Where/how did it reappear? |
Closing again. Reopening happened by accident. |
(The issue also impacts the number of network requests made from Phoenix)
This issue does not occur with
owncloud/ocis:1.0.0-beta8
The text was updated successfully, but these errors were encountered: