nextcloud / calendar

📆 Calendar app for Nextcloud
https://apps.nextcloud.com/apps/calendar
GNU Affero General Public License v3.0
984 stars 241 forks source link

Link to appointment calendar doesnt respect running on a different port #5845

Open small1 opened 8 months ago

small1 commented 8 months ago

Steps to reproduce

  1. Setup apache on port 8443
  2. Every link in the system will get url:8443 on it except the one for appointments that will be without port.
  3. Make sure that overwrite host parts reflects 8443

Expected behavior

The shared url should contain the port

Actual behaviour

The link does not contain the port

Calendar app version

4.6.6

CalDAV-clients used

No response

Browser

Chrome 122

Client operating system

Ubuntu

Server operating system

Debian 12

Web server

Apache

Database engine version

MariaDB

PHP engine version

PHP 8.1

Nextcloud version

28.0.3

Updated from an older installed version or fresh install

Updated from an older version

List of activated apps

No response

Nextcloud configuration

Relevant parts of the config

        "overwrite.cli.url": "https:\/\/cloud.kafit.se:8443",
        "overwritehost": "cloud.kafit.se:8443",
        "htaccess.RewriteBase": "\/",

Web server error log

No response

Log file

No response

Browser log

No response

Additional info

No response

small1 commented 8 months ago

image

The link in this screenshot should contain the port 8443 but it doesnt. All links generated has a port except for this one.