-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server tadd trusted domain link leaks internal ip address for nc instance #12274
Comments
GitMate.io thinks possibly related issues are #10140 (Internal server error), #6994 (Internal Server Error), #2345 (Calendar invites: Sender is server instance, not user email address), #8547 (Server replied: Internal Server error), and #4941 (nc beta 4 internal server error due to totp backup codes). |
This is neccessary to give the admin the option to easily add the new domain to the trusted domain array... |
Well, By the way, i'm running NC V 13.0.5 will update to 13.0.7 now to figure out, f problem persists. |
We actually killed this in Nextcloud 14. Because it never fully worked. |
Also have a look at the overwrite* options in sample config.php to enforce some domains (Nextcloud then stops guessing the domain;)) And as we removed this feature as well it will not occur once the overwrite* options are set. Closing for now |
Hi,
just tried to debug my nc setup. I requested the login page vie ip (not fqdn) with curl from externally, i got the following:
curl -kv https://xxx.yyy.7.41/nextcloud/
....
Shouldn't the admin link be set to include either the baseurl (fqdn) or as a relative link (as all the other links are)?
Thomas
The text was updated successfully, but these errors were encountered: