habeme Posted December 2, 2021 Share Posted December 2, 2021 Hello, I was running into the same problems @skois and @blaine07 after a CODE / collabora update. Finding the solution was a pretty frustrating journey and was buried in a forum post somewhere far along the trail. I could not find the solution in here either, but I might have read over it as the search options on this forum are not optimal, so please correct me if this a double post. THIS is what worked for me: post collabora/code:6.4.9.3 versions there have been some changes that need to be adjusted in your nginx collabora config, and in your advanced settings in your docker template. Change in appdata\letsencrypt\nginx\proxy-confs\collabora.subdomain.conf all instances of: "loleaflet" to "browser" "lool" to "cool" Change docker template in advance view: Web UI "https://[IP]:[PORT:9980]/loleaflet/dist/admin/admin.html" to ""https://[IP]:[PORT:9980]/browser/dist/admin/admin.html" 1 Quote Link to comment
Jessie Posted December 2, 2021 Share Posted December 2, 2021 On 11/23/2021 at 2:52 PM, Roshill said: Its my first time doing any kind of networking in along time. I just made my Unraid server a little while ago. I want to connect it so I can use it as a cloud machine as well. I am using this guide: https://medium.com/@chrismorris_82249/setup-a-reverse-proxy-nextcloud-server-on-unraid-using-letsencrypt-831905d94f7d I got stuck on let's encrypt where I am getting the following error: Certbot failed to authenticate some domains (authenticator: standalone). The Certificate Authority reported these problems: Domain: unraiddnsrosh.duckdns.org Type: connection Detail: Fetching http://unraiddnsrosh.duckdns.org/.well-known/acme-challenge/9HVgFbSc0kexwymYiTK4JAcppmx74-9uY53Hyb1doKw: Timeout during connect (likely firewall problem) Hint: The Certificate Authority failed to download the challenge files from the temporary standalone webserver started by Certbot on port 80. Ensure that the listed domains point to this machine and that it can accept inbound connections from the internet. Some challenges have failed. Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details. ERROR: Cert does not exist! Please see the validation error above. The issue may be due to incorrect dns or port forwarding settings. Please fix your settings and recreate the container Some challenges have failed. Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details. ERROR: Cert does not exist! Please see the validation error above. The issue may be due to incorrect dns or port forwarding settings. Please fix your settings and recreate the container Would appreciate it if someone could help me resolve this issue. Plus when I click on my SSL Provisions button it just keeps spinning. In the swag docker, set port 80 to 8088. Then in your router make sure you have forwarded ports 80 to 8088 to the ip address of your unraid server. Also forward port 443 to the unraid server. Then in the unraid interface, go to settings/managementaccess and set "use SSL/TLS" to no. This will disable the unraid interface from the internet which is a personal choice else there will be a clash on port 443. My preference for outside access to the unraid interface is via a vpn tunnel. (More secure imo) If you want the unraid interface to access the internet you have to change settings for port 443. Quote Link to comment
Jessie Posted December 2, 2021 Share Posted December 2, 2021 On 11/25/2021 at 5:44 PM, jafi said: Like capt.shitface said in the quote that I used, we tried to use updater.phar via console. But it fails. docker exec -it nextcloud updater.phar Nextcloud Updater - version: v20.0.0beta4-11-g68fa0d4 Current version is 22.2.0. Update to Nextcloud 22.2.3 available. (channel: "stable") Following file will be downloaded automatically: https://download.nextcloud.com/server/releases/nextcloud-22.2.3.zip Open changelog ↗ Steps that will be executed: [ ] Check for expected files [ ] Check for write permissions [ ] Create backup [ ] Downloading [ ] Verify integrity [ ] Extracting [ ] Enable maintenance mode [ ] Replace entry points [ ] Delete old files [ ] Move new files in place [ ] Done Start update? [y/N] y Info: Pressing Ctrl-C will finish the currently running step and then stops the updater. [✔] Check for expected files [✔] Check for write permissions [✔] Create backup [✔] Downloading [✔] Verify integrity [ ] Extracting ...PHP Warning: require(/config/www/nextcloud/updater/../version.php): failed to open stream: No such file or directory in phar:///config/www/nextcloud/updater/updater.phar/lib/Updater.php on line 658 PHP Fatal error: require(): Failed opening required '/config/www/nextcloud/updater/../version.php' (include_path='.:/usr/share/php7') in phar:///config/www/nextcloud/updater/updater.phar/lib/Updater.php on line 658 The gui updater has its moments. It seems to time out before completing the task. The work around is to press the back button on the browser, go back to settings and wait. The task is still working in the background. After a couple of minutes press update and it will be waiting for you at the next step. I find it usually crashes at create backup and downloading. Each time it does go back wait then proceed. After the updater gets past the enable maintence mode step, dont go back to settings else you will need to go to console and turn it off with commands. It will probably hang on "move new files into place". Wait a few seconds, try again and it will eventually get to the end. I wouldn't do a ctrl c because that would stop the process. Quote Link to comment
Tucubanito07 Posted December 3, 2021 Share Posted December 3, 2021 I hope someone can help me with this error. When I go to settings and I click on overview under administration. I get the below error. This is a fresh install on 23.0.0. I have been searching around and can't seem to find the answer. I does not happen to me on the other container I have but on a version 21.0.x. There are some errors regarding your setup. Error occurred while checking server setup Quote Link to comment
ptirmal Posted December 3, 2021 Share Posted December 3, 2021 On 12/2/2021 at 2:54 AM, habeme said: Hello, I was running into the same problems @skois and @blaine07 after a CODE / collabora update. Finding the solution was a pretty frustrating journey and was buried in a forum post somewhere far along the trail. I could not find the solution in here either, but I might have read over it as the search options on this forum are not optimal, so please correct me if this a double post. THIS is what worked for me: post collabora/code:6.4.9.3 versions there have been some changes that need to be adjusted in your nginx collabora config, and in your advanced settings in your docker template. Change in appdata\letsencrypt\nginx\proxy-confs\collabora.subdomain.conf all instances of: "loleaflet" to "browser" "lool" to "cool" Change docker template in advance view: Web UI "https://[IP]:[PORT:9980]/loleaflet/dist/admin/admin.html" to ""https://[IP]:[PORT:9980]/browser/dist/admin/admin.html" Thanks so much for this. Didn't have time to look far into it, appreciate the info! Quote Link to comment
blaine07 Posted December 3, 2021 Share Posted December 3, 2021 Hello, I was running into the same problems @skois and @blaine07 after a CODE / collabora update. Finding the solution was a pretty frustrating journey and was buried in a forum post somewhere far along the trail. I could not find the solution in here either, but I might have read over it as the search options on this forum are not optimal, so please correct me if this a double post. THIS is what worked for me: post collabora/code:6.4.9.3 versions there have been some changes that need to be adjusted in your nginx collabora config, and in your advanced settings in your docker template. Change in appdata\letsencrypt\nginx\proxy-confs\collabora.subdomain.conf all instances of: "loleaflet" to "browser" "lool" to "cool" Change docker template in advance view: Web UI "https://[iP]:[PORT:9980]/loleaflet/dist/admin/admin.html" to ""https://[iP]:[PORT:9980]/browser/dist/admin/admin.html" Somehow just saw this. Will have to give it a whirl this evening!Thanks! Quote Link to comment
fiore00713 Posted December 3, 2021 Share Posted December 3, 2021 On 11/25/2021 at 1:44 AM, jafi said: Like capt.shitface said in the quote that I used, we tried to use updater.phar via console. But it fails. docker exec -it nextcloud updater.phar Nextcloud Updater - version: v20.0.0beta4-11-g68fa0d4 Current version is 22.2.0. Update to Nextcloud 22.2.3 available. (channel: "stable") Following file will be downloaded automatically: https://download.nextcloud.com/server/releases/nextcloud-22.2.3.zip Open changelog ↗ Steps that will be executed: [ ] Check for expected files [ ] Check for write permissions [ ] Create backup [ ] Downloading [ ] Verify integrity [ ] Extracting [ ] Enable maintenance mode [ ] Replace entry points [ ] Delete old files [ ] Move new files in place [ ] Done Start update? [y/N] y Info: Pressing Ctrl-C will finish the currently running step and then stops the updater. [✔] Check for expected files [✔] Check for write permissions [✔] Create backup [✔] Downloading [✔] Verify integrity [ ] Extracting ...PHP Warning: require(/config/www/nextcloud/updater/../version.php): failed to open stream: No such file or directory in phar:///config/www/nextcloud/updater/updater.phar/lib/Updater.php on line 658 PHP Fatal error: require(): Failed opening required '/config/www/nextcloud/updater/../version.php' (include_path='.:/usr/share/php7') in phar:///config/www/nextcloud/updater/updater.phar/lib/Updater.php on line 658 I'm seeing a very similar set of issues as @jafi and @capt.shitface when trying to update from 21.0.5 to 21.0.7 (at this time) and something caught my eye... I'm curious if you're seeing the same thing, if it matters or if I'm going down the wrong path I've noticed that my /data path permissions are not set for 'abc' 'abc' but rather 'nobody' 'users' I was trying to compare with a friend of mine but we're a bit at a loss. I'm not sure if the permissions are screwing me up or if it's just something else I'm not catching For reference; I first tried running the update via the gui but it failed for... honestly I cannot remember but it was on the step for "Move new files in place" I've tried subsequently to run updater.phar and am running into similar difficulties Part of me is curious if it's permissions based but I'm not certain If anyone can assist or point me in a different direction it'd be appreciated Quote Link to comment
NGMK Posted December 3, 2021 Share Posted December 3, 2021 On 12/2/2021 at 2:54 AM, habeme said: Hello, I was running nextcloud for couple of months with minor issues (warnings on the logs) then all of sudden one day I when I used the Unraid web ui to update the docker and then the actual Nextcloud updater inside of the Nextcloud Settings interface its now stuck on: Update in process. I tried running restarting the docker, restarting Unraid, I have also tried the update command within unraid terminal and lastly I tried putting nextcloud in maintenance mode to no avail. On 12/2/2021 at 2:54 AM, habeme said: root@Poseidon:~# docker exec -it nextcloud updater.phar Nextcloud Updater - version: v20.0.0beta4-11-g68fa0d4 Current version is 20.0.9. Update to Nextcloud 20.0.14 available. (channel: "stable") Following file will be downloaded automatically: https://download.nextcloud.com/server/releases/nextcloud-20.0.14.zip Open changelog ↗ Steps that will be executed: [✔] Check for expected files [✔] Check for write permissions [✔] Create backup [✔] Downloading [ ] Verify integrity [ ] Extracting [ ] Enable maintenance mode [ ] Replace entry points [ ] Delete old files [ ] Move new files in place [ ] Done Continue update? [y/N] y Info: Pressing Ctrl-C will finish the currently running step and then stops the updater. [✔] Check for expected files [✔] Check for write permissions [✔] Create backup [✔] Downloading [✘] Verify integrity failed Signature of update is not valid Update failed. To resume or retry just execute the updater again. root@Poseidon:~# docker exec -it nextcloud occ maintenance:mode --on Could not open input file: /config/www/nextcloud/occ root@Poseidon:~# docker exec -it nextcloud occ maintenance:mode --on Could not open input file: /config/www/nextcloud/occ root@Poseidon:~# ^C root@Poseidon:~# On 12/2/2021 at 2:54 AM, habeme said: Quote Link to comment
srepper Posted December 4, 2021 Share Posted December 4, 2021 (edited) Hey community, since August I have the error, bc the switch to alpine. ( on linuxserver /mariadb ) now I switched to the newest mariadb from library ( for the best protection ) with Adminer I uploaded my backup.sql ( picture ) The nextcloud shows me still internal error. I can't find the logs ( in the config.php I change the setting logfile to (config/log/nextcloud.log and gave him with chmod 777 and sudo -u abc permission ) still there is nothing in the file. I change the config.php on the parameter what I used on the mariadb docker ( dbname, dbuser, dbpasswort ) what did I wrong ? Versions: unraid: 6.9.3 Nextcloud: By: linuxserver/nextcloud MariaDB: By: library/mariadb Edited December 4, 2021 by srepper Quote Link to comment
R2JJS Posted December 5, 2021 Share Posted December 5, 2021 Evening all, Unable to open documents.... Looking for a bit of input. Been running Nextcloud/Collabora/Mariadb/letsencrypt/Duckdns for quite a while. Think I used the Spaceinvader guides. I had not updated in a while and just updated EVERYTHING! LOL Brought Nextcloud up to v22 within the container, from !8 I think. (although I did update the container first). Unraid is 6.9.2 Logs look good except Collabora. Other than needing to change letsencrypt to swag - Did I miss a setting change in these updates somewhere? log12-4.docxlog12-4.docx Quote Link to comment
Joggel Posted December 5, 2021 Share Posted December 5, 2021 Hallo, i did a fresh install of the nextcloud docker version 23 to use the built in collabora. But everytime i start up nextcloud the CODE Server gets removed. I can install it in the app menu but it doenst work and gets removed again if i restart the docker. If i try to open a office document after installing it just downloads it. Any idea how to get it working ? Quote Link to comment
alturismo Posted December 5, 2021 Share Posted December 5, 2021 2 hours ago, Joggel said: Any idea how to get it working ? like mentioned several times here, it wont work on any alpine based docker, also not on the official NC alpine based docker. same goes for the OnlyOfiice integration. so in terms you want to use a alpine based NC (like this one) you need to take a sep office docker. 1 Quote Link to comment
bugster Posted December 5, 2021 Share Posted December 5, 2021 Has anyone been able to enable HEIC preview? Quote Link to comment
levster Posted December 6, 2021 Share Posted December 6, 2021 Hope someone can help. I was doing a simple update on the Apps from within the Nextcloud and now the instance is stuck in maintenance mode. Can some one shine some light on this? Here us the log: ErrorWarningSystemArrayLogin [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 01-envfile: executing... [cont-init.d] 01-envfile: exited 0. [cont-init.d] 10-adduser: executing... ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io ------------------------------------- To support LSIO projects visit: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] 30-keygen: executing... using keys found in /config/keys [cont-init.d] 30-keygen: exited 0. [cont-init.d] 40-config: executing... [cont-init.d] 40-config: exited 0. [cont-init.d] 50-install: executing... [cont-init.d] 50-install: exited 0. [cont-init.d] 60-memcache: executing... [cont-init.d] 60-memcache: exited 0. [cont-init.d] 70-aliases: executing... [cont-init.d] 70-aliases: exited 0. [cont-init.d] 90-custom-folders: executing... [cont-init.d] 90-custom-folders: exited 0. [cont-init.d] 99-custom-files: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-files: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. [cont-finish.d] executing container finish scripts... [cont-finish.d] done. [s6-finish] waiting for services. [s6-finish] sending all processes the TERM signal. [s6-finish] sending all processes the KILL signal and exiting. [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 01-envfile: executing... [cont-init.d] 01-envfile: exited 0. [cont-init.d] 10-adduser: executing... usermod: no changes ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io ------------------------------------- To support LSIO projects visit: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] 30-keygen: executing... using keys found in /config/keys [cont-init.d] 30-keygen: exited 0. [cont-init.d] 40-config: executing... [cont-init.d] 40-config: exited 0. [cont-init.d] 50-install: executing... [cont-init.d] 50-install: exited 0. [cont-init.d] 60-memcache: executing... [cont-init.d] 60-memcache: exited 0. [cont-init.d] 70-aliases: executing... [cont-init.d] 70-aliases: exited 0. [cont-init.d] 90-custom-folders: executing... [cont-init.d] 90-custom-folders: exited 0. [cont-init.d] 99-custom-files: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-files: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. Quote Link to comment
blaine07 Posted December 6, 2021 Share Posted December 6, 2021 Not specific to this container but has anyone else been having a bunch of certificate trust issue prompts in iOS? My certs aren't expired but...Just curious if anyone else has been seeing this?https://github.com/nextcloud/ios/issues/1784Sent from my SM-G998U using Tapatalk Quote Link to comment
Tucubanito07 Posted December 6, 2021 Share Posted December 6, 2021 11 hours ago, levster said: Hope someone can help. I was doing a simple update on the Apps from within the Nextcloud and now the instance is stuck in maintenance mode. Can some one shine some light on this? Here us the log: ErrorWarningSystemArrayLogin [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 01-envfile: executing... [cont-init.d] 01-envfile: exited 0. [cont-init.d] 10-adduser: executing... ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io ------------------------------------- To support LSIO projects visit: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] 30-keygen: executing... using keys found in /config/keys [cont-init.d] 30-keygen: exited 0. [cont-init.d] 40-config: executing... [cont-init.d] 40-config: exited 0. [cont-init.d] 50-install: executing... [cont-init.d] 50-install: exited 0. [cont-init.d] 60-memcache: executing... [cont-init.d] 60-memcache: exited 0. [cont-init.d] 70-aliases: executing... [cont-init.d] 70-aliases: exited 0. [cont-init.d] 90-custom-folders: executing... [cont-init.d] 90-custom-folders: exited 0. [cont-init.d] 99-custom-files: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-files: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. [cont-finish.d] executing container finish scripts... [cont-finish.d] done. [s6-finish] waiting for services. [s6-finish] sending all processes the TERM signal. [s6-finish] sending all processes the KILL signal and exiting. [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 01-envfile: executing... [cont-init.d] 01-envfile: exited 0. [cont-init.d] 10-adduser: executing... usermod: no changes ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io ------------------------------------- To support LSIO projects visit: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] 30-keygen: executing... using keys found in /config/keys [cont-init.d] 30-keygen: exited 0. [cont-init.d] 40-config: executing... [cont-init.d] 40-config: exited 0. [cont-init.d] 50-install: executing... [cont-init.d] 50-install: exited 0. [cont-init.d] 60-memcache: executing... [cont-init.d] 60-memcache: exited 0. [cont-init.d] 70-aliases: executing... [cont-init.d] 70-aliases: exited 0. [cont-init.d] 90-custom-folders: executing... [cont-init.d] 90-custom-folders: exited 0. [cont-init.d] 99-custom-files: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-files: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. You will want to go to the config file and change the maintenance to this -> 'maintenance' => false, This is located in /mnt/user/appdata/nextcloud/www/nextcloud/config/config.php Quote Link to comment
Snowman Posted December 6, 2021 Share Posted December 6, 2021 Having issues with nextloud as it won't load and has repeating error in logs. I was thinking it was my MariaDb issues but that is fine at this point after reinstalling etc. Don't see answer in forum on this error so not sure what to do. Any ideas? Quote Stack trace: } thrown in /config/www/nextcloud/cron.php on line 163 PHP Fatal error: Uncaught Error: Call to a member function getLogger() on null in /config/www/nextcloud/cron.php:163 Quote Link to comment
R2JJS Posted December 7, 2021 Share Posted December 7, 2021 On 12/4/2021 at 9:17 PM, R2JJS said: Evening all, Unable to open documents.... Looking for a bit of input. Been running Nextcloud/Collabora/Mariadb/letsencrypt/Duckdns for quite a while. Think I used the Spaceinvader guides. I had not updated in a while and just updated EVERYTHING! LOL Brought Nextcloud up to v22 within the container, from !8 I think. (although I did update the container first). Unraid is 6.9.2 Logs look good except Collabora. Other than needing to change letsencrypt to swag - Did I miss a setting change in these updates somewhere? log12-4.docxlog12-4.docx 4.42 kB · 1 download Resolved! @habeme post from Dec 2 & a trip to the Collabora forums led me to the correct changes. Quote Link to comment
levster Posted December 7, 2021 Share Posted December 7, 2021 Good evening. I have been able to restore my docker from the backup, however, I am seeing errors between clients that I cannot fix and am deciding that probably the best way to correct everything is by completely removing and reinstalling all from scratch, including all the dockers. Is there a good guide on to how to remove and then reinstall all dockers and settings correctly? Thank you, Lev Quote Link to comment
levster Posted December 7, 2021 Share Posted December 7, 2021 I had to completely wipe out and recreate my nextcloud / swag / mariaDB and now when logging into the nextcloud I keep getting the: Welcome to your SWAG instance A webserver and reverse proxy solution brought to you by linuxserver.io with php support and a built-in Certbot client. We have an article on how to use swag here: docs.linuxserver.io For help and support, please visit: linuxserver.io/support I did not change anything in the nextcloud.subdomain.conf Here is me nextcloud config.php: $CONFIG = array ( 'memcache.local' => '\\OC\\Memcache\\APCu', 'datadirectory' => '/data', 'instanceid' => 'xxxxxxxxxxxxxxx', 'passwordsalt' => 'xxxxxxxxxxxxxxxxx', 'secret' => 'xxxxxxxxxxxxxxxxxx', 'trusted_domains' => array ( 0 => '192.168.1.130:444', 1 => 'website.duckdns.org', ), 'trusted_proxies' => ['swag'], 'dbtype' => 'mysql', 'version' => '23.0.0.10', 'overwrite.cli.url' => 'https://website.duckdns.org/', 'overwritehost' => 'website.duckdns.org', 'overwriteprotocol' => 'https', 'dbname' => 'nextcloud', 'dbhost' => '192.168.1.130:3306', 'dbport' => '', 'dbtableprefix' => 'oc_', 'mysql.utf8mb4' => true, 'dbuser' => 'nextcloud', 'dbpassword' => 'xxxxxxxxxxxx', 'installed' => true, ); Am amI doing something wrong? Thank you, Lev Quote Link to comment
Johnny Utah Posted December 8, 2021 Share Posted December 8, 2021 Recently I have been unable to access my Nextcloud dashboard from any browser. It just shows a white page with the first letter of my username in a circle at the top right. I cant do anything from here. I am using this with NginxReverseProxy which has worked in the past until, like I said, just recently. No changes were made otherwise other than maybe automatic updates. Any way to fix this or did a recent docker update break the app? Quote Link to comment
levster Posted December 8, 2021 Share Posted December 8, 2021 (edited) Can some one please check over my configs? I am getting blurry eyed and am missing something. Prior to installing the swag I was able to log into nextcloud instance. Once swag was installed and the \cache\appdata\nextcloud\www\nextcloud\config\config.php and \cache\appdata\swag\nginx\proxy-confs\nextcloud.subdomain.conf were updated as per spaceinvader I cannot loginto the Nextcloud from the browser. By the way, I did not do anything on Claouflare. Would that make a difference? I never used it with Letsencrypt. nextcloud.subdomain.txt config.txt Edited December 8, 2021 by levster Quote Link to comment
Profezor Posted December 8, 2021 Share Posted December 8, 2021 A user can’t upload any files. any ideas? below is some of the log which may or may not be useful. ‘thanks {"reqId":"BpSLacl3CBQl7th45fnx","level":3,"time":"2021-12-08T06:07:52+00:00","remoteAddr":"172.17.0.1","user":"Manapra","app":"text","method":"PUT","url":"/apps/text/session/create","message":"","userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36","version":"23.0.0.10","exception":{"Exception":"OCP\\Files\\NotFoundException","Message":"","Code":0,"Trace":[{"file":"/config/www/nextcloud/apps/text/lib/Service/ApiService.php","line":81,"function":"getFileById","class":"OCA\\Text\\Service\\DocumentService","type":"->"},{"file":"/config/www/nextcloud/apps/text/lib/Controller/SessionController.php","line":50,"function":"create","class":"OCA\\Text\\Service\\ApiService","type":"->"},{"file":"/config/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":217,"function":"create","class":"OCA\\Text\\Controller\\SessionController","type":"->"},{"file":"/config/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":126,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/config/www/nextcloud/lib/private/AppFramework/App.php","line":157,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/config/www/nextcloud/lib/private/Route/Router.php","line":302,"function":"main","class":"OC\\AppFramework\\App","type":"::"},{"file":"/config/www/nextcloud/lib/base.php","line":1006,"function":"match","class":"OC\\Route\\Router","type":"->"},{"file":"/config/www/nextcloud/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/apps/text/lib/Service/DocumentService.php","Line":409,"CustomMessage":"--"},"id":"61b12bc906ae7"} Quote Link to comment
levster Posted December 9, 2021 Share Posted December 9, 2021 So, it took quiet a bit of troubleshooting, but I finally got it working... How do I fix the: The "Strict-Transport-Security" HTTP header is not set to at least "15552000" seconds. Thanks, Lev Quote Link to comment
Ntouchable Posted December 9, 2021 Share Posted December 9, 2021 (edited) Recently updated from version 21 to version 23 however the upgrade command keeps getting stuck. Any ideas what the log file is means? {"reqId":"6mAug6EVEBoaYfOdXLbS","level":0,"time":"2021-12-09T19:35:01+00:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"Update required, skipping cron","userAgent":"--","version":"22.2.3.0"} {"reqId":"t0TCYd2ifo1DWqJvAzqO","level":1,"time":"2021-12-09T19:35:45+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"--","version":"22.2.3.0"} {"reqId":"t0TCYd2ifo1DWqJvAzqO","level":1,"time":"2021-12-09T19:35:45+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"Deprecated event type for \\OC\\Repair::info: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"--","version":"22.2.3.0"} {"reqId":"t0TCYd2ifo1DWqJvAzqO","level":1,"time":"2021-12-09T19:35:45+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"Deprecated event type for \\OC\\Repair::step: Symfony\\Component\\EventDispatcher\\GenericEvent is used","userAgent":"--","version":"22.2.3.0"} {"reqId":"nMvhV41PB9fg7VGYkrZa","level":1,"time":"2021-12-09T19:38:01+00:00","remoteAddr":"172.18.0.5","user":"--","app":"no app in context","method":"GET","url":"/csrftoken","message":"Unable to generate a URL for the named route \"ocs.files.DirectEditing.info\" as such route does not exist.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36","version":"22.2.3.0","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"ocs.files.DirectEditing.info\" as such route does not exist.","Code":0,"Trace":[{"file":"/config/www/nextcloud/lib/private/Route/Router.php","line":365,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/Route/CachingRouter.php","line":59,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/config/www/nextcloud/lib/private/URLGenerator.php","line":107,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/config/www/nextcloud/apps/files/lib/Capabilities.php","line":71,"function":"linkToOCSRouteAbsolute","class":"OC\\URLGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/CapabilitiesManager.php","line":69,"function":"getCapabilities","class":"OCA\\Files\\Capabilities","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":190,"function":"getCapabilities","class":"OC\\CapabilitiesManager","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":234,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":182,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":297,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"CustomMessage":"--"}} {"reqId":"nMvhV41PB9fg7VGYkrZa","level":1,"time":"2021-12-09T19:38:01+00:00","remoteAddr":"172.18.0.5","user":"--","app":"no app in context","method":"GET","url":"/csrftoken","message":"Unable to generate a URL for the named route \"cloud_federation_api.RequestHandler.addShare\" as such route does not exist.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36","version":"22.2.3.0","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"cloud_federation_api.RequestHandler.addShare\" as such route does not exist.","Code":0,"Trace":[{"file":"/config/www/nextcloud/lib/private/Route/Router.php","line":365,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/Route/CachingRouter.php","line":59,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/config/www/nextcloud/lib/private/URLGenerator.php","line":91,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/config/www/nextcloud/lib/private/URLGenerator.php","line":103,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/config/www/nextcloud/apps/cloud_federation_api/lib/Capabilities.php","line":44,"function":"linkToRouteAbsolute","class":"OC\\URLGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/CapabilitiesManager.php","line":69,"function":"getCapabilities","class":"OCA\\CloudFederationAPI\\Capabilities","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":190,"function":"getCapabilities","class":"OC\\CapabilitiesManager","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":234,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":182,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":297,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"CustomMessage":"--"}} {"reqId":"nMvhV41PB9fg7VGYkrZa","level":1,"time":"2021-12-09T19:38:01+00:00","remoteAddr":"172.18.0.5","user":"--","app":"no app in context","method":"GET","url":"/csrftoken","message":"Unable to generate a URL for the named route \"ocs.password_policy.API.generate\" as such route does not exist.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36","version":"22.2.3.0","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"ocs.password_policy.API.generate\" as such route does not exist.","Code":0,"Trace":[{"file":"/config/www/nextcloud/lib/private/Route/Router.php","line":365,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/Route/CachingRouter.php","line":59,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/config/www/nextcloud/lib/private/URLGenerator.php","line":107,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/config/www/nextcloud/apps/password_policy/lib/Capabilities.php","line":58,"function":"linkToOCSRouteAbsolute","class":"OC\\URLGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/CapabilitiesManager.php","line":69,"function":"getCapabilities","class":"OCA\\Password_Policy\\Capabilities","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":190,"function":"getCapabilities","class":"OC\\CapabilitiesManager","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":234,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":182,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":297,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"CustomMessage":"--"}} {"reqId":"nMvhV41PB9fg7VGYkrZa","level":1,"time":"2021-12-09T19:38:01+00:00","remoteAddr":"172.18.0.5","user":"--","app":"no app in context","method":"GET","url":"/csrftoken","message":"Unable to generate a URL for the named route \"ocs.password_policy.API.validate\" as such route does not exist.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36","version":"22.2.3.0","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"ocs.password_policy.API.validate\" as such route does not exist.","Code":0,"Trace":[{"file":"/config/www/nextcloud/lib/private/Route/Router.php","line":365,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/Route/CachingRouter.php","line":59,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/config/www/nextcloud/lib/private/URLGenerator.php","line":107,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/config/www/nextcloud/apps/password_policy/lib/Capabilities.php","line":59,"function":"linkToOCSRouteAbsolute","class":"OC\\URLGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/CapabilitiesManager.php","line":69,"function":"getCapabilities","class":"OCA\\Password_Policy\\Capabilities","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":190,"function":"getCapabilities","class":"OC\\CapabilitiesManager","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":234,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":182,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":297,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"CustomMessage":"--"}} {"reqId":"nMvhV41PB9fg7VGYkrZa","level":1,"time":"2021-12-09T19:38:01+00:00","remoteAddr":"172.18.0.5","user":"--","app":"no app in context","method":"GET","url":"/csrftoken","message":"Unable to generate a URL for the named route \"activity.Activities.showList\" as such route does not exist.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36","version":"22.2.3.0","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"activity.Activities.showList\" as such route does not exist.","Code":0,"Trace":[{"file":"/config/www/nextcloud/lib/private/Route/Router.php","line":365,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/Route/CachingRouter.php","line":59,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/config/www/nextcloud/lib/private/URLGenerator.php","line":91,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/config/www/nextcloud/lib/private/NavigationManager.php","line":287,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/NavigationManager.php","line":113,"function":"init","class":"OC\\NavigationManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ThemingDefaults.php","line":194,"function":"getAll","class":"OC\\NavigationManager","type":"->"},{"file":"/config/www/nextcloud/lib/public/Defaults.php","line":168,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":304,"function":"getShortFooter","class":"OCP\\Defaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":234,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":182,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":297,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"CustomMessage":"--"}} {"reqId":"nMvhV41PB9fg7VGYkrZa","level":1,"time":"2021-12-09T19:38:01+00:00","remoteAddr":"172.18.0.5","user":"--","app":"no app in context","method":"GET","url":"/csrftoken","message":"Unable to generate a URL for the named route \"calendar.view.index\" as such route does not exist.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36","version":"22.2.3.0","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"calendar.view.index\" as such route does not exist.","Code":0,"Trace":[{"file":"/config/www/nextcloud/lib/private/Route/Router.php","line":365,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/Route/CachingRouter.php","line":59,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/config/www/nextcloud/lib/private/URLGenerator.php","line":91,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/config/www/nextcloud/lib/private/NavigationManager.php","line":287,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/NavigationManager.php","line":113,"function":"init","class":"OC\\NavigationManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ThemingDefaults.php","line":194,"function":"getAll","class":"OC\\NavigationManager","type":"->"},{"file":"/config/www/nextcloud/lib/public/Defaults.php","line":168,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":304,"function":"getShortFooter","class":"OCP\\Defaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":234,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":182,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":297,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"CustomMessage":"--"}} {"reqId":"nMvhV41PB9fg7VGYkrZa","level":1,"time":"2021-12-09T19:38:01+00:00","remoteAddr":"172.18.0.5","user":"--","app":"no app in context","method":"GET","url":"/csrftoken","message":"Unable to generate a URL for the named route \"contacts.page.index\" as such route does not exist.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36","version":"22.2.3.0","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"contacts.page.index\" as such route does not exist.","Code":0,"Trace":[{"file":"/config/www/nextcloud/lib/private/Route/Router.php","line":365,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/Route/CachingRouter.php","line":59,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/config/www/nextcloud/lib/private/URLGenerator.php","line":91,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/config/www/nextcloud/lib/private/NavigationManager.php","line":287,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/NavigationManager.php","line":113,"function":"init","class":"OC\\NavigationManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ThemingDefaults.php","line":194,"function":"getAll","class":"OC\\NavigationManager","type":"->"},{"file":"/config/www/nextcloud/lib/public/Defaults.php","line":168,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":304,"function":"getShortFooter","class":"OCP\\Defaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":234,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":182,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":297,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"CustomMessage":"--"}} {"reqId":"nMvhV41PB9fg7VGYkrZa","level":1,"time":"2021-12-09T19:38:01+00:00","remoteAddr":"172.18.0.5","user":"--","app":"no app in context","method":"GET","url":"/csrftoken","message":"Unable to generate a URL for the named route \"dashboard.dashboard.index\" as such route does not exist.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36","version":"22.2.3.0","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"dashboard.dashboard.index\" as such route does not exist.","Code":0,"Trace":[{"file":"/config/www/nextcloud/lib/private/Route/Router.php","line":365,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/Route/CachingRouter.php","line":59,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/config/www/nextcloud/lib/private/URLGenerator.php","line":91,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/config/www/nextcloud/lib/private/NavigationManager.php","line":287,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/NavigationManager.php","line":113,"function":"init","class":"OC\\NavigationManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ThemingDefaults.php","line":194,"function":"getAll","class":"OC\\NavigationManager","type":"->"},{"file":"/config/www/nextcloud/lib/public/Defaults.php","line":168,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":304,"function":"getShortFooter","class":"OCP\\Defaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":234,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":182,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":297,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"CustomMessage":"--"}} {"reqId":"nMvhV41PB9fg7VGYkrZa","level":1,"time":"2021-12-09T19:38:01+00:00","remoteAddr":"172.18.0.5","user":"--","app":"no app in context","method":"GET","url":"/csrftoken","message":"Unable to generate a URL for the named route \"files.view.index\" as such route does not exist.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36","version":"22.2.3.0","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"files.view.index\" as such route does not exist.","Code":0,"Trace":[{"file":"/config/www/nextcloud/lib/private/Route/Router.php","line":365,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/Route/CachingRouter.php","line":59,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/config/www/nextcloud/lib/private/URLGenerator.php","line":91,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/config/www/nextcloud/lib/private/NavigationManager.php","line":287,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/NavigationManager.php","line":113,"function":"init","class":"OC\\NavigationManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ThemingDefaults.php","line":194,"function":"getAll","class":"OC\\NavigationManager","type":"->"},{"file":"/config/www/nextcloud/lib/public/Defaults.php","line":168,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":304,"function":"getShortFooter","class":"OCP\\Defaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":234,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":182,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":297,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"CustomMessage":"--"}} {"reqId":"nMvhV41PB9fg7VGYkrZa","level":1,"time":"2021-12-09T19:38:01+00:00","remoteAddr":"172.18.0.5","user":"--","app":"no app in context","method":"GET","url":"/csrftoken","message":"Unable to generate a URL for the named route \"photos.page.index\" as such route does not exist.","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36","version":"22.2.3.0","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"photos.page.index\" as such route does not exist.","Code":0,"Trace":[{"file":"/config/www/nextcloud/lib/private/Route/Router.php","line":365,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/Route/CachingRouter.php","line":59,"function":"generate","class":"OC\\Route\\Router","type":"->"},{"file":"/config/www/nextcloud/lib/private/URLGenerator.php","line":91,"function":"generate","class":"OC\\Route\\CachingRouter","type":"->"},{"file":"/config/www/nextcloud/lib/private/NavigationManager.php","line":287,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->"},{"file":"/config/www/nextcloud/lib/private/NavigationManager.php","line":113,"function":"init","class":"OC\\NavigationManager","type":"->"},{"file":"/config/www/nextcloud/apps/theming/lib/ThemingDefaults.php","line":194,"function":"getAll","class":"OC\\NavigationManager","type":"->"},{"file":"/config/www/nextcloud/lib/public/Defaults.php","line":168,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/JSConfigHelper.php","line":304,"function":"getShortFooter","class":"OCP\\Defaults","type":"->"},{"file":"/config/www/nextcloud/lib/private/TemplateLayout.php","line":234,"function":"getConfig","class":"OC\\Template\\JSConfigHelper","type":"->"},{"file":"/config/www/nextcloud/lib/private/legacy/OC_Template.php","line":182,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/config/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":297,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/config/www/nextcloud/lib/base.php","line":949,"function":"checkMaintenanceMode","class":"OC","type":"::"},{"file":"/config/www/nextcloud/index.php","line":36,"function":"handleRequest","class":"OC","type":"::"}],"File":"/config/www/nextcloud/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"CustomMessage":"--"}} EDIT: I can run the updater again to update from version 23 to version 23?! However it still gets stuck here: oot@ca623152790f:/# updater.phar Nextcloud Updater - version: v20.0.0beta4-11-g68fa0d4 Current version is 23.0.0. Update to Nextcloud 23.0.0 available. (channel: "stable") Following file will be downloaded automatically: https://download.nextcloud.com/server/releases/nextcloud-23.0.0.zip Open changelog ↗ Steps that will be executed: [ ] Check for expected files [ ] Check for write permissions [ ] Create backup [ ] Downloading [ ] Verify integrity [ ] Extracting [ ] Enable maintenance mode [ ] Replace entry points [ ] Delete old files [ ] Move new files in place [ ] Done Start update? [y/N] y Info: Pressing Ctrl-C will finish the currently running step and then stops the updater. [✔] Check for expected files [✔] Check for write permissions [✔] Create backup [✔] Downloading [✔] Verify integrity [✔] Extracting [✔] Enable maintenance mode [✔] Replace entry points [✔] Delete old files [✔] Move new files in place [✔] Done Update of code successful. Should the "occ upgrade" command be executed? [Y/n] y Nextcloud or one of the apps require upgrade - only a limited number of commands are available You may use your browser or the occ upgrade command to do the upgrade 2021-12-09T20:51:20+00:00 Setting log level to debug 2021-12-09T20:51:20+00:00 Repair step: Repair MySQL collation 2021-12-09T20:51:20+00:00 Repair info: All tables already have the correct collation -> nothing to do 2021-12-09T20:51:20+00:00 Repair step: Repair SQLite autoincrement 2021-12-09T20:51:20+00:00 Repair step: Copy data from accounts table when migrating from ownCloud 2021-12-09T20:51:21+00:00 Repair step: Drop account terms table when migrating from ownCloud 2021-12-09T20:51:21+00:00 Updating database schema 2021-12-09T20:51:21+00:00 Updated database 2021-12-09T20:51:23+00:00 Repair step: Repair MySQL collation 2021-12-09T20:51:23+00:00 Repair info: All tables already have the correct collation -> nothing to do 2021-12-09T20:51:23+00:00 Repair step: Repair mime types EDIT 2: I left this to run over night and it seems to have fixed itself. Edited December 11, 2021 by Ntouchable Update Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.