Steps to reproduce
- Start desktop client
- Add new account
- Insert selfhosted address
- Click on open browser to login
Expected behaviour
Login with the provided desktop client link and connect desktop client with my selfhosted instance
Actual behaviour
When I open the link provided by the desktop client I get 403 - Forbidden error
Server configuration
Operating system:
Unraid/Docker
ownCloud infinity scale version:
4.0.2
Updated from an older ownCloud or fresh install:
Fresh install
Where did you install ownCloud from:
From the official docker image ( owncloud/ocis
)
Are you using external storage, if yes which one: local/smb/sftp/…
No
Are you using encryption: yes/no
No
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/…
No
Client configuration
Browser:
Firefox
Operating system:
Linux/Windows
Server configuration
As mentioned above I use the official docker image. In addition I also use Nginx Proxy Manager as a reverse proxy. Here are my env variables for the docker image:
- OCIS_INSECURE = false
- PROXY_HTTP_ADDR = 0.0.0.0:9200
- OCIS_URL = https://“mydomain”.com
- OCIS_LOG_FILE = /etc/ocis/ocis.log
- PROXY_TLS = false
The issue as mentioned above is, that I can’t login from the link provided by the desktop client. It doesn’t work with the linux client nor the windows client. The strange thing is, that this is working perfectly with the mobile app. And I also can access my instance over the web.
Do I miss a setting or an env variable? And is this a server issue or more a issue of the desktop client, because mobile app and web are working perfectly?
I hope you guys can help me