Im having an http 500 after installing it. I have this message displayed:
Internal Server Error
The server encountered an internal error and was unable to complete your request.
Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.
More details can be found in the server log.
and the logs shows: “Host 127.0.0.1 was not connected to because it violates local access rules”
How can I proceed to debug this error and get the installation done?
PD: I have already tried to add the config: ‘allow_local_remote_servers’ => true,
without success.
I have both of my instances, nextcloud and collabora running with a wildcard ssl cert, both answering HTTPS.
I cant make them connect since settings/admin/richdocuments expects to query the server before saving the URL but collabora runs behind a proxy, outside the internal compose network so it can check for availability even though the wss connection and everything works against the user browser (OUTSIDE OF THE NETWORK)