Skip to content
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

marketplace.key '""' is invalid #117

Open
jnweiger opened this issue Nov 22, 2023 · 0 comments
Open

marketplace.key '""' is invalid #117

jnweiger opened this issue Nov 22, 2023 · 0 comments

Comments

@jnweiger
Copy link
Contributor

jnweiger commented Nov 22, 2023

Seen in 10.13.3
The marketplace api key contains a literal pair of doublequotes. This prevents the market app to load anything. Instead, an error is shown.

image

/var/www/owncloud/config# grep -i market *
config.php:  'marketplace.key' => '""',

image

  • change the field 'OwnCloud Markt API Schlüssel' from "" to empty string `` -> Änderungen Anwenden
  • config.php still contains the invalid key.

Workaround:

  • Change the field 'OwnCloud Markt API Schlüssel' from "" to empty string `` -> Änderungen Anwenden
  • APP STOPPEN -> (wait ...) -> APP STARTEN
  • then log in via ssh:
root@ucs-1114:~# univention-app shell owncloud occ config:system:set marketplace.key --value ''
System config value marketplace.key set to empty string

Now marketplace can be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant