Thanks for the report. We’re sorry that you ran into this issue.
Unfortunately we have no fix for this problem right now. ownCloud itself is started properly on your device (I can reproduce your behavior 100% on multiple devices and ownCloud itself is running fine on these devices). You can check by running curl localhost:11409/status.php on your devices’ CLI.
The problem is that we’re using the proxy of the operating system to expose our ownCloud web interface on :8080/owncloud/. And somehow that proxy just doesn’t do what it is supposed to do.
I’m not sure what happened because our proxy configuration was working fine with previous QTS versions and just stopped working at some point. We’re already in contact with the manufacturer but didn’t get a response so far.
You are right, Owncloud is running (my last try was to install a newser Pre-Release):
[~] # curl localhost:11409/status.php
{“installed”:true,“maintenance”:false,“needsDbUpgrade”:false,“version”:“10.9.1.2”,“versionstring”:“10.9.1”,“edition”:“Community”,“productname”:“ownCloud”}