Closed Jean28518 closed 11 months ago
Hi,
By default, Nextcloud does not allow its server side to perform Http request to local domains. You can change that by setting the allow_local_remote_servers
key to true in nextcloud/config.php
.
config parameter list
Any better?
Hello @Jean28518, did it solve your issue?
I recommend hosting an online Mattermost instance though since a self-signed certificate may cause issues with the OAuth flow even after this allow_local_remote_servers
is set to true.
Closing stale issue.
Great app!
But I get the following error, if I click on 'connect with mattermost' in the user settings.
Nextcloud log:
Mattermost log:
Does anyone have an idea why?
(Using mattermost with docker container, nextcloud and mattermost are behind a caddy reverse proxy with self signed tls and use local domains)