Tolete 4 Posted December 28, 2020 Share Posted December 28, 2020 (edited) only issues I'm having with NC is this error code. Client error: `GET https://documentserver.MYDOMAIN.COM /healthcheck` resulted in a `400 Bad Request` response: <html> <head><title>400 Bad Request</title></head> <body> <center><h1>400 Bad Request</h1></center> <hr><center>ngin (truncated...) can someone translate this to English for me please and thank you. -onlyoffice for some reason stopped working. I suspect im in need of an updated onlyoffice.subdomain.conf file to work with swag (could be wrong), but everything else working normal (A+). here is my current onlyoffice.subdomain.conf file was working before swag migration. ---------------------------------------------------- # only office doc server server { listen 443 ssl; server_name documentserver.*; include /config/nginx/ssl.conf; client_max_body_size 0; location / { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_docs OnlyOfficeDocumentServer; proxy_pass https://$upstream_docs:443; proxy_redirect off; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Host $server_name; proxy_set_header X-Forwarded-Proto $scheme; } } ---------------------------------------------------- Edited December 28, 2020 by Tolete Quote Link to post
andreidelait 10 Posted December 29, 2020 Share Posted December 29, 2020 I have some log entries in nginx error log that look like this 2020/12/29 20:38:38 [error] 375#375: *405 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream, client: 172.17.0.1, server: _, request: "GET /wp-login.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "MYDOMAIN", referrer: "http://mta-sts.MYDOMAIN/wp-login.php" is this normal? Quote Link to post
alexandru360 5 Posted December 29, 2020 Share Posted December 29, 2020 7 minutes ago, andreidelait said: I have some log entries in nginx error log that look like this 2020/12/29 20:38:38 [error] 375#375: *405 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream, client: 172.17.0.1, server: _, request: "GET /wp-login.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "MYDOMAIN", referrer: "http://mta-sts.MYDOMAIN/wp-login.php" is this normal? That also looks like my log unfortunately ... guess in the future I will not rush into an update Quote Link to post
skois 42 Posted December 29, 2020 Share Posted December 29, 2020 On 12/28/2020 at 4:04 PM, BrunoVic said: Hello can someone help PLEASE!!!!! Can you please post an update on what steps you have done, what state is the installation now, with error logs or anything you can gather, also pics of the docker template. I'll help as much as i know and can! Quote Link to post
alexandru360 5 Posted December 29, 2020 Share Posted December 29, 2020 (edited) Fortunately for me I was stupid enough to leave my mysql-nextcloud docker offline and that was causing my server error but ... in the logs there was no hint whatsoever that this was the case ... now I have a different problem regarding swag and dynamic dns updating for namecheap (works for 15-30 minutes then my ip changes and it doesn't work from web but from inside my lan works well ) I'll bang my head against the scripts some more ... Edited December 29, 2020 by alexandru360 Quote Link to post
andreidelait 10 Posted December 30, 2020 Share Posted December 30, 2020 14 hours ago, alexandru360 said: That also looks like my log unfortunately ... guess in the future I will not rush into an update What I find unusual is that wp-login is a file specific to wordpress and NOT nextcloud. I guess some bot knocks at my door. Quote Link to post
skois 42 Posted December 30, 2020 Share Posted December 30, 2020 2 hours ago, BrunoVic said: All I did was upgrade the docker image and it stopped working with the error I mentioned earlier. I also mentioned that I have no idea where the logs are to give to you. Error: Ok, please also post the docker template(1) of swag or letsencrypt (the one you use), while you are on dashboard of unraid click on both nextcloud and swag/letsencrypt dockers and choose logs(2). post both logs. Also post the config file(3) of nextcloud (located on appdata/nextcloud/www/nextcloud/config/config.php and last post the nginx proxy conf(4) (should be in appdata/swag/nginx/proxy-confs/nextcloud.subdomain.conf (change letsencrypt with swag if you use letsencrypt). PLEASE BEFORE POSTING THOSE FILES, hide any sensitive info like domain, passwords, secrets, hashes, instanceid's, etc So in total i asked for 4 logs/confs Quote Link to post
Joc 3 Posted December 30, 2020 Share Posted December 30, 2020 On 12/22/2020 at 6:30 PM, Joc said: EDITED BIT: I ended up restoring from [Plugin] CA Appdata Backup / Restore .... Mess around with v20.0.4 after Christmas. Hi, This is doing my head in... What have I done??... And how do I fix?? 😕 Fix is prolly sooo easy, I just can't see it ATM. I upgraded to 20.0.4 from settings/overview page. Security & setup warnings. There are some warnings regarding your setup. The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running "occ db:add-missing-primary-keys" those missing primary keys could be added manually while the instance keeps running. Missing primary key on table "oc_federated_reshares". Missing primary key on table "oc_systemtag_object_mapping". Missing primary key on table "oc_comments_read_markers". Missing primary key on table "oc_collres_resources". Missing primary key on table "oc_collres_accesscache". Missing primary key on table "oc_filecache_extended". On 12/24/2020 at 1:50 PM, Joc said: Hi, THANKS. I did try that but was getting some sort of "missing' error. Can't recall exactly. Will examine it after Chrissy. THANKYOU again and have a wonderful Christmas 🙂 Future note to self 🙂 and hopefully others can learn or fix any similar NextCloud upgrade issue/s I had. LinuxServer do a great job – thankyou! Though this is a NC issue or my missing something, or doing something incorrectly during upgrade, or just one of those things that happens. I’ve never had so many problems upgrading a NC version, logs weren’t giving me much help. I was getting corrupt database errors, upgrades (following all 3 install types on p-1 of this thread) wouldn’t take, etc. I’d install previous backups using the CA Backup/Restore app and work forward from there. Even after reinstalling older NC and MariaDB versions from backups, NC was telling me it’s already on 20.0.4, though it was on 19.0.3 and just wouldn’t let me upgrade whatsoever. I inspected or purged the the NC updater folders, etc. NC just wouldn’t budge and kept giving me I’m already updated and occ command errors. In the end, I kept all config files, backed up my NC files/folders, completely purged MariaDB and NC, then reinstalled them from scratch, made new databases, etc. After a fresh install, I then upgraded to 20.0.4, then I ran the below OCC commands, then I manually added files/folders and everything works great now without any errors 🙂 # in a NC docker terminal window:- sudo -u abc php /config/www/nextcloud/occ db:add-missing-indices sudo -u abc php /config/www/nextcloud/occ db:add-missing-primary-keys sudo -u abc php /config/www/nextcloud/occ db:convert-filecache-bigint # ADD files/folders for my NextCloud UserName to the MariaDB database:- # # IF in NC docker terminal/console window: sudo -u abc php /config/www/nextcloud/occ files:scan UserName <-- Change UserName to username used in NextCloud # # IF in an unRAID terminal window:- docker exec -it nextcloud sudo -u abc /config/www/nextcloud/occ files:scan UN <-- UN = username used in NextCloud ** or:- sudo -u abc php /config/www/nextcloud/occ files:scan all to detect all new and changed files and folders. # # Or setup as a User Script to automate file:scan to run periodically/daily/weekly, etc:- #!/bin/bash echo "<font color='red'><b>Adding unrecognised files to NextCloud user database</b></font>" docker exec -it nextcloud sudo -u abc /config/www/nextcloud/occ files:scan UN <-- UN = associated username in NextCloud echo "" echo "<font color='red'>Done!!</b></font>" Though the safest way is to upload files/folders through webdav. I personally use ‘ocsmount Pro’ webdav on Mac to do this and not use the NextCloud app at all. # May also add this line in NC config.php - Just in case you forget to run 'file:scan' function. this makes files immediately visible when added from outside a NC environment; Eg; Using samba share in Finder or Windows Explorer to connect directly to NextCloud files. # # Add following line towards the end of NC config.php. 'filesystem_check_changes' => 1, Then Docker restart nextcloud Then I ran a fresh instance appdata backup I hope this helps someone 🙂 Quote Link to post
Joc 3 Posted December 30, 2020 Share Posted December 30, 2020 4 hours ago, BrunoVic said: All I did was upgrade the docker image and it stopped working with the error I mentioned earlier. I also mentioned that I have no idea where the logs are to give to you. Error: "Sounds like" Swag conf file might need modifying. The logs and conf files with personal stuff blocked out would be great 🙂 Look at Spaceinvader One's YT vids on this: Quote Link to post
skois 42 Posted December 31, 2020 Share Posted December 31, 2020 23 minutes ago, BrunoVic said: What does this have to do with the reverse proxy? I am getting this error when I try to access the web interface through the IP:PORT address. Second like I said I have no idea what log files I need to be providing nor do I know where they are located. Quote Link to post
saarg 439 Posted January 1 Share Posted January 1 4 hours ago, BrunoVic said: Look I may not know much about docker but I am a network engineer. I know that a reverse proxy is not involved when you use an IP:PORT address to access the container. The purpose of the reverse proxy is to resolve DOMAIN NAMES to IP:PORT. That isn't what is happening here. But since you asked for the reverse proxy configs here you go. I just think you are TS the wrong thing. Is your database server running correctly? Quote Link to post
Aurial 0 Posted January 1 Share Posted January 1 Has anyone managed to get Preview Generator to generate previews for video files? I'm trying to use Nextcloud as a replacement for the iCloud Photo Library but previews aren't generated for any of the videos in the Nextcloud iOS app nor the web interface. After a lot of googling I got Preview Generator up and running (although I need to tweak it to stop it from generating lots of sizes I don't require), however I can't find anything specifically for Unraid in relation to getting video previews working with it. Some sort of guide or pointers for how to get this working would be amazing. Quote Link to post
skois 42 Posted January 1 Share Posted January 1 15 hours ago, BrunoVic said: Look I may not know much about docker but I am a network engineer. I know that a reverse proxy is not involved when you use an IP:PORT address to access the container. The purpose of the reverse proxy is to resolve DOMAIN NAMES to IP:PORT. That isn't what is happening here. But since you asked for the reverse proxy configs here you go. I just think you are TS the wrong thing. AGAIN, i'm asking also for LOGS which i explained where to get them 3-4 posts above. The reason i ask also for Reverse proxy config/logs is, if you have 'overwritehost' => nc.domain.com, with will redirect you to your reverse proxy. Please if you need help, provide the asked info. otherwise is like asking us to GUESS what it MIGHT be going on. Also post the docker temp/logs of your database Quote Link to post
servererror 0 Posted January 1 Share Posted January 1 On 12/25/2020 at 5:08 PM, skois said: About the assembling chunks problem, i found a fix. Go to NginxProxyManager edit your nextcloud proxy host, Go to advanced tab. Now copy the location block from your nextcloud.conf and add the following lines: (Set the times to your liking. I was doing some testing and had this big times. Also depends on your net speed. From my testing the time you need is time_to_upload + time_to_assemble_the_chunks, so on big uploads that needs eg. 1hour to upload you need like 1hour and 5 minutes timeout). proxy_connect_timeout 1d; proxy_send_timeout 1d; proxy_read_timeout 1d; send_timeout 1d; The pasted conf on your advanced tab should be like this: location / { proxy_connect_timeout 1d; proxy_send_timeout 1d; proxy_read_timeout 1d; send_timeout 1d; # Force SSL include conf.d/include/force-ssl.conf; # Proxy! include conf.d/include/proxy.conf; } # Custom include /data/nginx/custom/server_proxy[.]conf; } When I added these timeout settings to the advanced tab I still got the error so there might've been something else missing from my setup too. But thanks for your help still. I actually decided to switch to swag container to also benefit from the fail2ban. I also found a solution for the local access for transferring files faster. So in the end I actually changed your recommended timeout values in the nextcloud's own nginx.conf file so they should be applied when I access locally and avoid timeouts with bigger files so I wouldn't have to upload these over the Internet. So thank you, you actually made me read and learn a bit about nginx to understand what's happening. Quote Link to post
skois 42 Posted January 1 Share Posted January 1 43 minutes ago, servererror said: When I added these timeout settings to the advanced tab I still got the error so there might've been something else missing from my setup too. But thanks for your help still. I actually decided to switch to swag container to also benefit from the fail2ban. I also found a solution for the local access for transferring files faster. So in the end I actually changed your recommended timeout values in the nextcloud's own nginx.conf file so they should be applied when I access locally and avoid timeouts with bigger files so I wouldn't have to upload these over the Internet. So thank you, you actually made me read and learn a bit about nginx to understand what's happening. You added the whole block on the advanced tab right? Not only the 4 lines. I still find this very hacky. I wanna start looking on the traefic instead of swag, but need to read a lot! I had a talk the other day with someone that used both traefic and nginx and HAproxy, he had simillar problems with nginx and haproxy but no with traefic. Quote Link to post
servererror 0 Posted January 1 Share Posted January 1 44 minutes ago, skois said: You added the whole block on the advanced tab right? Not only the 4 lines. I still find this very hacky. I wanna start looking on the traefic instead of swag, but need to read a lot! I had a talk the other day with someone that used both traefic and nginx and HAproxy, he had simillar problems with nginx and haproxy but no with traefic. Not even sure at this point, but I think I actually tried both ways. But if I remember correctly, the conf file for the nginx proxy manager's nextcloud host actually looked the same with and without the location block in the advanced tab. I used traefik about a year ago or so and it definitely seemed easier compared to nginx, but there wasn't much info about it back then from users so finding solutions to things were more difficult. But it seems like more and more people are starting to use it now. Maybe should do some digging indeed if I'll find a way to add fail2ban without swag, because that's kind of the only reason I switched to swag at all right now. Quote Link to post
skois 42 Posted January 1 Share Posted January 1 18 minutes ago, servererror said: Not even sure at this point, but I think I actually tried both ways. But if I remember correctly, the conf file for the nginx proxy manager's nextcloud host actually looked the same with and without the location block in the advanced tab. I used traefik about a year ago or so and it definitely seemed easier compared to nginx, but there wasn't much info about it back then from users so finding solutions to things were more difficult. But it seems like more and more people are starting to use it now. Maybe should do some digging indeed if I'll find a way to add fail2ban without swag, because that's kind of the only reason I switched to swag at all right now. Hmm if the conf didn't change there might be something wrong in the adv tab. Anyway, i have to dig in traefik, i only heared about it a week ago! Quote Link to post
Jessie 9 Posted January 2 Share Posted January 2 I just upgraded my main server to version 20.04. Now i get an error when I select "all files". "You do not have permission to upload or create files here" If I select "shares" or "recents", it displays files. Other users are working fine. I feel it might be a quota issue. My user has 550gb of flies in it. Other users have less and are working. If I revert to version 19.6, everything works again. Any ideas?? Quote Link to post
skois 42 Posted January 2 Share Posted January 2 2 hours ago, Jessie said: I just upgraded my main server to version 20.04. Now i get an error when I select "all files". "You do not have permission to upload or create files here" If I select "shares" or "recents", it displays files. Other users are working fine. I feel it might be a quota issue. My user has 550gb of flies in it. Other users have less and are working. If I revert to version 19.6, everything works again. Any ideas?? Maybe check the Settings > Logging if the errors there are more helpful on what's going on. Quote Link to post
Ashashaneil 0 Posted January 2 Share Posted January 2 On 12/21/2020 at 4:04 PM, Ashashaneil said: When I am in my NextCloud UI, it shows that v18.0.2 is available in Stable channel. However, LinuxServer shows v20.0.3-ls111 is the latest release. When I run the command "docker exec -it nextcloud updater.phar", it also shows the latest version as v18.0.2. So what am I missing? Anyone have any ideas on how I can upgrade from v18 to the latest version? Quote Link to post
ur6969 2 Posted January 2 Share Posted January 2 (edited) Attempting to update from 19.0.3 to 19.0.6 (what the GUI says is available). Have tried GUI method a few times over the last month and it always fails. Tried the manual method today and it continues to fail. Below is the error it gives. I'm also unable to now login to the GUI. Slightly concerned but am sure someone here can point the way. Attached is a screenshot of the GUI. Clicking "start update" give the same error listed below copied from the command line. Also added a screenshot after running the repair & updater commands from a few pages back. It shows I'm on 19.0.3 but trying to update to 18.0.12. So now I'm really confused. ETA: I added a new screenshot while trying to update via command line. Any help on this would be great. Thanks Linux 4.19.107-Unraid. Last login: Sat Jan 2 14:04:38 -0600 2021 on /dev/pts/2. root@Tower:~# docker exec -it nextcloud occ upgrade 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 Set log level to debug Updating database schema Updated database Checking for update of app accessibility in appstore Checked for update of app "accessibility" in appstore Checking for update of app activity in appstore Checked for update of app "activity" in appstore Checking for update of app bruteforcesettings in appstore Checked for update of app "bruteforcesettings" in appstore Checking for update of app calendar in appstore Checked for update of app "calendar" in appstore Checking for update of app cloud_federation_api in appstore Checked for update of app "cloud_federation_api" in appstore Checking for update of app comments in appstore Checked for update of app "comments" in appstore Checking for update of app contactsinteraction in appstore Checked for update of app "contactsinteraction" in appstore Checking for update of app dav in appstore Checked for update of app "dav" in appstore Checking for update of app federatedfilesharing in appstore Checked for update of app "federatedfilesharing" in appstore Checking for update of app federation in appstore Checked for update of app "federation" in appstore Checking for update of app files in appstore Checked for update of app "files" in appstore Checking for update of app files_pdfviewer in appstore Checked for update of app "files_pdfviewer" in appstore Checking for update of app files_rightclick in appstore Checked for update of app "files_rightclick" in appstore Checking for update of app files_sharing in appstore Checked for update of app "files_sharing" in appstore Checking for update of app files_trashbin in appstore Checked for update of app "files_trashbin" in appstore Checking for update of app files_versions in appstore Checked for update of app "files_versions" in appstore Checking for update of app files_videoplayer in appstore Checked for update of app "files_videoplayer" in appstore Checking for update of app firstrunwizard in appstore Checked for update of app "firstrunwizard" in appstore Checking for update of app logreader in appstore Checked for update of app "logreader" in appstore Checking for update of app lookup_server_connector in appstore Checked for update of app "lookup_server_connector" in appstore Checking for update of app nextcloud_announcements in appstore Checked for update of app "nextcloud_announcements" in appstore Checking for update of app notifications in appstore Checked for update of app "notifications" in appstore Checking for update of app oauth2 in appstore Checked for update of app "oauth2" in appstore Checking for update of app password_policy in appstore Checked for update of app "password_policy" in appstore Checking for update of app photos in appstore Checked for update of app "photos" in appstore Checking for update of app privacy in appstore Checked for update of app "privacy" in appstore Checking for update of app provisioning_api in appstore Checked for update of app "provisioning_api" in appstore Checking for update of app recommendations in appstore Checked for update of app "recommendations" in appstore Checking for update of app serverinfo in appstore Checked for update of app "serverinfo" in appstore Checking for update of app settings in appstore Checked for update of app "settings" in appstore Checking for update of app sharebymail in appstore Checked for update of app "sharebymail" in appstore Checking for update of app support in appstore Checked for update of app "support" in appstore Checking for update of app survey_client in appstore Checked for update of app "survey_client" in appstore Checking for update of app systemtags in appstore Checked for update of app "systemtags" in appstore Checking for update of app text in appstore Checked for update of app "text" in appstore Checking for update of app theming in appstore Checked for update of app "theming" in appstore Checking for update of app twofactor_backupcodes in appstore Checked for update of app "twofactor_backupcodes" in appstore Checking for update of app twofactor_totp in appstore Checked for update of app "twofactor_totp" in appstore Checking for update of app twofactor_u2f in appstore Checked for update of app "twofactor_u2f" in appstore Checking for update of app updatenotification in appstore Checked for update of app "updatenotification" in appstore Checking for update of app viewer in appstore Checked for update of app "viewer" in appstore Checking for update of app workflowengine in appstore Checked for update of app "workflowengine" in appstore An unhandled exception has been thrown: Error: Class 'Doctrine\DBAL\Types\Types' not found in /config/www/nextcloud/apps/user_status/lib/Migration/Version0001Date20200602134824.php:52 Stack trace: #0 /config/www/nextcloud/lib/private/DB/MigrationService.php(478): OCA\UserStatus\Migration\Version0001Date20200602134824->changeSchema(Object(OC\Migration\SimpleOutput), Object(Closure), Array) #1 /config/www/nextcloud/lib/private/DB/MigrationService.php(414): OC\DB\MigrationService->executeStep('0001Date2020060...', false) #2 /config/www/nextcloud/lib/private/Installer.php(587): OC\DB\MigrationService->migrate() #3 /config/www/nextcloud/lib/private/Installer.php(541): OC\Installer::installShippedApp('user_status') #4 /config/www/nextcloud/lib/private/Updater.php(266): OC\Installer::installShippedApps(true) #5 /config/www/nextcloud/lib/private/Updater.php(130): OC\Updater->doUpgrade('19.0.3.1', '18.0.1.3') #6 /config/www/nextcloud/core/Command/Upgrade.php(255): OC\Updater->upgrade() #7 /config/www/nextcloud/3rdparty/symfony/console/Command/Command.php(255): OC\Core\Command\Upgrade->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #8 /config/www/nextcloud/3rdparty/symfony/console/Application.php(1012): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #9 /config/www/nextcloud/3rdparty/symfony/console/Application.php(272): Symfony\Component\Console\Application->doRunCommand(Object(OC\Core\Command\Upgrade), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #10 /config/www/nextcloud/3rdparty/symfony/console/Application.php(148): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #11 /config/www/nextcloud/lib/private/Console/Application.php(215): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #12 /config/www/nextcloud/console.php(100): OC\Console\Application->run() #13 /config/www/nextcloud/occ(11): require_once('/config/www/nex...') #14 {main}root@Tower:~# Edited January 3 by ur6969 Quote Link to post
Jessie 9 Posted January 2 Share Posted January 2 2 hours ago, Ashashaneil said: Anyone have any ideas on how I can upgrade from v18 to the latest version? When you do the updates you have to go through them sequentially. So if you are on 18.02, updates will probably want you to go to 18.09 first. It will then offer 19.06 which was the last version of v19 and then it will proceed to 20.04. I found you have to do some database fixes along the way to get the green check tick. Quote Link to post
Jessie 9 Posted January 2 Share Posted January 2 4 hours ago, skois said: Maybe check the Settings > Logging if the errors there are more helpful on what's going on. Looks like this is the culprit. WARNING: [pool www] server reached pm.max_children setting (5), consider raising it Any ideas where this setting resides? Quote Link to post
skois 42 Posted January 2 Share Posted January 2 1 hour ago, Jessie said: Looks like this is the culprit. WARNING: [pool www] server reached pm.max_children setting (5), consider raising it Any ideas where this setting resides? /mnt/user/appdata/nextcloud/php/www2.conf The above file is the override file, changing the default wont keep the changes after a docker update This is what i have configured mine. The whole file is copied here ; Edit this file to override www.conf and php-fpm.conf directives and restart the container ; Pool name [www] ; Tune PHP-FPM https://docs.nextcloud.com/server/latest/admin_manual/installation/server_tuning.html#tune-php-fpm pm = dynamic pm.max_children = 150 pm.start_servers = 15 pm.min_spare_servers = 10 pm.max_spare_servers = 30 Quote Link to post
mispey 0 Posted January 3 Share Posted January 3 On 12/25/2020 at 11:51 AM, kerpster said: Good Morning and Merry Christmas to all that celebrate... i finally got my web interface back up and working but when i go to settings i get the following error: Access forbidden App is not enabled By any chance does anyone know how to correct this issue so i can get Nextcloud Updated? Has anyone figured this out? Same here. Quote Link to post
4757 posts in this topic Last Reply
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.