Support intro
Sorry to hear you’re facing problems
help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.
In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:
example
Or for longer, use three backticks above and below the code snippet:
longer
example
here
Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can
Nextcloud version (eg, 20.0.5): 23.0.4.1
Operating system and version (eg, Ubuntu 20.04): Raspberry Pi OS Buster
Apache or nginx version (eg, Apache 2.4.25): nginx/1.14.2
PHP version (eg, 7.4): 8.0.18
The issue you are facing:
Is this the first time you’ve seen this error? (Y/N): Y
Steps to replicate it:
- Update to NC v23.0.4.1
- Have no URL for overwrite.cli.url parameter set in config.php
- Check admin overview page
Hi, because of [stable23] Validate `overwrite.cli.url` to be a url in setup check by backportbot-nextcloud[bot] · Pull Request #31518 · nextcloud/server · GitHub I got a warning in the admin overview page.
In config.php I had: 'overwrite.cli.url' => '/',
I now changed it to my external hostname, which is mainly used.
…BUT I also access Nextcloud with the internal hostname (only inside local network) and now I’m wondering if there are any side effects of using the external hostname (the internet facing one, primarily used).
Up to now I could not detect any issues (accessing NC externally and internally/with both hostnames), just want to make this 100 % sure.
(also checked https://docs.nextcloud.com/server/23/admin_manual/configuration_server/config_sample_php_parameters.html?highlight=overwrite.cli.url of course)