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
We have tried using the latest version of OAuth2 (https://marketplace.owncloud.com/apps/oauth2 v0.5.0) but get the following error when attempting to enable it on the command line (v0.4.4 works fine)
Enable on the command line via ./occ app:enable -n oauth2
Expected behaviour
Should enable the app successfully and say: oauth2 enabled
Actual behaviour
bash-4.2$ ./occ app:enable -n oauth2
ownCloud or one of the apps require upgrade - only a limited number of commands are available
You may use your browser or the occ upgrade command to do the upgrade
The text was updated successfully, but these errors were encountered:
We have tried using the latest version of OAuth2 (https://marketplace.owncloud.com/apps/oauth2 v0.5.0) but get the following error when attempting to enable it on the command line (v0.4.4 works fine)
Steps to reproduce
./occ app:enable -n oauth2
Expected behaviour
Should enable the app successfully and say:
oauth2 enabled
Actual behaviour
The text was updated successfully, but these errors were encountered: