public_wopi_url is automatically detected incorrectly and cannot be set manually. #1990
Open
Description
Describe the bug
Url is automatically detected incorrectly and cannot be set manually.
To Reproduce
# Check boths URLs
php occ config:app:get richdocuments wopi_url
php occ config:app:get richdocuments public_wopi_url
# Set Url
php occ config:app:set richdocuments public_wopi_url --value=https:\/\/cloud-test.borntoberoot.net\/custom_apps\/richdocumentscode\/proxy.php?req=
# Check URL again (it's correct)
php occ config:app:get richdocuments public_wopi_url
# Activate config
php occ richdocuments:activate-config
# Check again (it's not correct, again)
php occ config:app:get richdocuments public_wopi_url
Expected behavior
URL is set correct after this.
Server details
Latest docker-image: nextcloud:23-apache
Latest collabora app via AppStore: richdocuments, richdocumentscode (x86/x64)
Activity