Hello @KarlF12!
I’ve just make
sudo docker exec -it -u www-data nextcloud bash -c './occ maintenance:mode --off
and now my mobile and desktop APP are synchronize with my Nextcloud’s server and other APPS hosted in it like my RSS server and notes are synchronizing too!. However, now I can’t connect through webrowser to my Nextcloud, appears this redirection error:
192.168.28.254 - - [11/Oct/2020:21:51:53 +0200] "GET /%E2%80%9Chttp%E2%80%9D://nextcloud.MYDOMAIN.COM:443/%E2%80%9Chttp%E2%80%9D://nextcloud.MYDOMAIN.COM:443/%E2%80%9Chttp%E2%80%9D://nextcloud.MYDOMAIN.COM:443/%E2%80%9Chttp%E2%80%9D://nextcloud.MYDOMAIN.COM:443/%E2%80%9Chttp%E2%80%9D://nextcloud.MYDOMAIN.COM:443/%E2%80%9Chttp%E2%80%9D://nextcloud.MYDOMAIN.COM:443/%E2%80%9Chttp%E2%80%9D://nextcloud.MYDOMAIN.COM:443/%E2%80%9Chttp%E2%80%9D://nextcloud.MYDOMAIN.COM:443/%E2%80%9Chttp%E2%80%9D://nextcloud.MYDOMAIN.COM:443/%E2%80%9Chttp%E2%80%9D://nextcloud.MYDOMAIN.COM:443/%E2%80%9Chttp%E2%80%9D://nextcloud.MYDOMAIN.COM:443/%E2%80%9Chttp%E2%80%9D://nextcloud.MYDOMAIN.COM:443/%E2%80%9Chttp%E2%80%9D://nextcloud.MYDOMAIN.COM:443/%E2%80%9Chttp%E2%80%9D://nextcloud.MYDOMAIN.COM:443/%E2%80%9Chttp%E2%80%9D://nextcloud.MYDOMAIN.COM:443/%E2%80%9Chttp%E2%80%9D://nextcloud.MYDOMAIN.COM:443/%E2%80%9Chttp%E2%80%9D://nextcloud.MYDOMAIN.COM:443/%E2%80%9Chttp%E2%80%9D://nextcloud.MYDOMAIN.COM:443/%E2%80%9Chttp%E2%80%9D://nextcloud.MYDOMAIN.COM:443/login HTTP/1.1" 302 911 "-" "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0"
If I enter directly https://nextcloud.MYDOMAIN.COM/login, appears my login screen correctly.
I’ve tried to change again to my old configuration with this command with the same result:
sudo docker exec -it -u www-data nextcloud bash -c './occ config:system:set overwriteprotocol --value=“http”'
Some idea? I think we’re close!
Thanks for your help, @KarlF12 !