You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disabled apps contains all the disabled apps even the ones that are not installed
I have an error on load saying: An error occured during the request. Unable to proceed. on a xhr request /ocs/v2.php/cloud/groups?offset=0&limit=-1&search=
The script has been shipped as development and not production
Clicking the categories does not load anything on my instance (no does create a xhr request)
I have an error on load saying: An error occured during the request. Unable to proceed. on a xhr request /ocs/v2.php/cloud/groups?offset=0&limit=-1&search=
@skjnldsv I cannot reproduce the error, can you check that again?
@skjnldsv I cannot reproduce the error, can you check that again?
Apparently we're loading the getGroups function beforeMount this.$store.dispatch('getGroups', {offset: 0, limit: -1});
The limit is somehow breaking my instance:
Error: /ocs/v2.php/cloud/groups?offset=0&limit=-1&search=
Ok: /ocs/v2.php/cloud/groups?offset=0&limit=1&search=
Following #9565
An error occured during the request. Unable to proceed.
on a xhr request/ocs/v2.php/cloud/groups?offset=0&limit=-1&search=
server/settings/src/components/appList.vue
Line 29 in 59b086e
The text was updated successfully, but these errors were encountered: