zorn-v / nextcloud-social-login

GNU Affero General Public License v3.0
198 stars 137 forks source link

"Log in" button points at localhost instead of proper address #328

Closed pktiuk closed 2 years ago

pktiuk commented 2 years ago

obraz

It points at local address (locahost:PORT) instead of one used to access website (myaddress.com).

zorn-v commented 2 years ago

Seems you are behind reverse proxy, which probably not properly configured. You can change overwritehost in nextcloud config.php

pktiuk commented 2 years ago

Seems you are behind reverse proxy, which probably not properly configured. You can change overwritehost in nextcloud config.php

Thanks, it resolved my issue.