oauth2 icon indicating copy to clipboard operation
oauth2 copied to clipboard

OAuth2 v0.5.0 enable fails

Open rpocklin opened this issue 4 years ago • 1 comments

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

  1. Install ownCloud 10.8.0 Server
  2. Download OAuth2 app v0.5.0 (from https://marketplace.owncloud.com/apps/oauth2)
  3. 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

rpocklin avatar Sep 22 '21 00:09 rpocklin

Did you try ./occ upgrade command? what is the output? Anything in the logs?

michaelstingl avatar Sep 22 '21 09:09 michaelstingl