nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
27.46k stars 4.08k forks source link

Missing domain redict after installation #27630

Closed SirWesthoff closed 3 years ago

SirWesthoff commented 3 years ago

How to use GitHub

Steps to reproduce

  1. process installation
  2. finish installation
  3. see noting but a blank page

Expected behaviour

redict to https://mydomain.com/index.php

Actual behaviour

redict to https:///index.php

Server configuration

Operating system: Ubuntu 20.04.2

Web server: apache 2.4.48

Database: Mysql 8.0.25-0ubuntu0.20.04.1

PHP version: 8.0.7

Nextcloud version: (see Nextcloud admin page) 22 Beta 5

Updated from an older Nextcloud/ownCloud or fresh install: fresh install

Where did you install Nextcloud from: Webinstall own Server

List of activated apps:

Apps Enabled: - accessibility: 1.7.0 - activity: 2.15.0 - bruteforcesettings: 2.2.0 - calendar: 2.3.0-RC.1 - circles: 22.0.0-beta.1 - cloud_federation_api: 1.4.0 - comments: 1.11.0 - contacts: 4.0.0-beta.3 - contactsinteraction: 1.2.0 - dashboard: 7.1.0 - dav: 1.18.0 - federatedfilesharing: 1.11.0 - federation: 1.11.0 - files: 1.16.0 - files_pdfviewer: 2.3.0 - files_rightclick: 1.1.0 - files_sharing: 1.13.2 - files_trashbin: 1.11.0 - files_versions: 1.14.0 - files_videoplayer: 1.11.0 - firstrunwizard: 2.11.0 - logreader: 2.7.0 - lookup_server_connector: 1.9.0 - mail: 1.10.0-RC.1 - nextcloud_announcements: 1.11.0 - notifications: 2.10.1 - oauth2: 1.9.0 - password_policy: 1.12.0 - photos: 1.4.0 - privacy: 1.6.0 - provisioning_api: 1.11.0 - recommendations: 1.1.0 - richdocuments: 4.1.2 - serverinfo: 1.12.0 - settings: 1.3.0 - sharebymail: 1.11.0 - spreed: 12.0.0-alpha.3 - support: 1.5.0 - survey_client: 1.10.0 - systemtags: 1.11.0 - text: 3.3.0 - theming: 1.12.0 - twofactor_backupcodes: 1.10.1 - updatenotification: 1.11.0 - user_status: 1.1.1 - viewer: 1.6.0 - weather_status: 1.1.0 - workflowengine: 2.3.0 Disabled: - admin_audit - encryption - files_external - richdocumentscode - user_ldap

Nextcloud configuration:

Config report { "system": { "instanceid": "***REMOVED SENSITIVE VALUE***", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "mydomain.com" ], "datadirectory": "***REMOVED SENSITIVE VALUE***", "dbtype": "mysql", "version": "22.0.0.8", "overwrite.cli.url": "https:\/\/mydomain.com", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbport": "", "dbtableprefix": "oc_", "mysql.utf8mb4": true, "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "installed": true, "default_phone_region": "DE", "trashbin_retention_obligation": "365", "mail_smtpmode": "smtp", "mail_smtpsecure": "tls", "mail_sendmailmode": "smtp", "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_domain": "***REMOVED SENSITIVE VALUE***", "mail_smtpauthtype": "LOGIN", "mail_smtpauth": 1, "mail_smtphost": "***REMOVED SENSITIVE VALUE***", "mail_smtpport": "587", "mail_smtpname": "***REMOVED SENSITIVE VALUE***", "mail_smtppassword": "***REMOVED SENSITIVE VALUE***" } }

Are you using encryption: no

Client configuration

Browser: Chrome 91.0.4472.114

Operating system: Windows 10 21H1

Logs

Web server error log

Web server error log

Nextcloud log (data/nextcloud.log)

Nextcloud log [no app in context] Warning: Could not detect any host in https:///data/htaccesstest.txt POST /index.php from IPv6 at 2021-06-22T21:05:50+00:00

Browser log

Browser log ``` Insert your browser log here, this could for example include: a) The javascript console log b) The network log c) ... ```
szaimen commented 3 years ago

Lets track this in https://github.com/nextcloud/server/issues/27575