Owncloud stuck at "add to trusted domains" screen after install

It wouldn’t let me log in to Owncloud for the first time after a clean install of Rockstor 3.8-12. It stuck at “add to trusted domains” screen. Clicking add to trusted domains did nothing. I was able to get in by editing the config.php in the owncloud config location and removing the port number from the ip of the server in the trusted domain section.

That let me click past “add to trusted domains” and then added it again with the port number for some reason. I don’t understand but the important thing is that it is working now and perhaps this will help someone else if they have the same issue.

‘trusted_domains’ =>
array (
0 => ‘192.168.1.231’,
1 => ‘192.168.1.231:8083’,

Hi,

This the solve of your problem is the file to modify :

https://github.com/owncloud/core/pull/23125/files