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
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.
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.
The text was updated successfully, but these errors were encountered:
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.
""
to empty string `` -> Änderungen AnwendenWorkaround:
""
to empty string `` -> Änderungen AnwendenNow marketplace can be used.
The text was updated successfully, but these errors were encountered: