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): 28.0.1.1
Operating system and version (eg, Ubuntu 20.04): unsure
Apache or nginx version (eg, Apache 2.4.25): unsure
PHP version (eg, 7.4): unsure
I’m using the following docker image: Docker
The issue you are facing: I performed an upgrade from v27 to v28. After the upgrade, I received a web page stating that I needed to add my domain to trusted domain. I am going through a proxy. I could not log in and all my desktop/ios clients stopped working. My manipulating the trusted_domains setting, I can get my desktop/ios clients to work, but I can’t login via the web.
Is this the first time you’ve seen this error? (Y/N): Y
Steps to replicate it:
- upgrade v27 to v28
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
Working IOS/Desktop Clients:
'trusted_domains' =>
array (
0 => 'storage.stygianresearch.com:9531',
1 => 'storage.stygianresearch.com:443',
2 => 'storage.stygianresearch.com:80',
3 => 'storage.stygianresearch.com',
),
Not working:
'trusted_domains' =>
array (
0 => 'storage.stygianresearch.com:9531',
),
For the working (first config), all the clients work, but the login page ends up redirecting to the 4th entry (no port), which is not passed through the proxy. My setup worked prior to the upgrade, so something was working but now its not. I’m not sure what.