The last system update on my RaspberryPi with pacman updated my owncloud installation from
8.2.2.2 to 9.0.0-1
After the system update login screen for owncloud doesn't appear. Instead Owncloud complains about a
trusted domain error.
The owncloud.log also shows the trusted domain error:
{"reqId":"16sS4uY\/\/bF3bezevf74","remoteAddr":"188.99.12.2","app":"core","message":"Trusted domain error. \"188.99.12.2\" tried to access using \"????.?????.de:62345\" as host."
But the domain is listed in the config.php file in the array 'trusted_domains' !!!
The 'version' member in the config.php still shows 8.2.2.2, so the config.php seems not to be touched by the update via pacman.
Any idea how to repair the installation would be appreciated.