The Maintenance release of 28.0.2 is coming next Tuesday, and a fourth RC is now available on our download server.
I am not saying it will be the last RC, for I jinxed it last time
As always, help with testing is very much welcome!
We updated our servers, did our tests, and the release candidates seem pretty decent. Still, give it a whirl and report back here so we’re even more sure that it’s good to go! If you notice anything out of order, please report back on the appropriate Github repository!
I have noticed that I can in Nextcloud 28.0.2 RC4 no longer delete files as a guest via the Guests app . The delete-option is simply missing. Maybe someone would like to take a look at this. But maybe it’s just a bug in the Guests app. In Nextcloud 28.0.1 i can not find the bug. Same guests version 3.0.1
Unfortunately, the update did not solve a number of problems that I encountered after a clean install of version 27.1.5 and then the suggested update to 28.0.1. After installing subsequent RCs for version 28.0.2, further errors disappear, but not mine
According to the description for RC3, the problem with the “Could not check for JavaScript support. Please check manually if your webserver serves .mjs files using the JavaScript MIME type.” message should disappear - unfortunately it does not disappear. It would be useful to have a parameter that would allow you to manually disable the message after the test (curl -I https://your.nextcloud.tld/apps/settings/js/esm-test.mjs) has been performed.
Should I create a new issue? #43153 & #42989
Unfortunately, there is still a problem with changing the template color from the administrator level.
→ Administration → Theming –> Color
If “Disable user theming” is ON — the template color does not change despite setting a different color
If “Disable user theming” is OFF — the color of the template changes, but after re-enabling the function, the color returns to the default one
Should I create a new issue? #43229
When the need for re-authorization occurs in the administration panel, when confirming the operation, and the auto-complete function is enabled (Firefox 122), the username is entered into the “search” field of the menu bar and automatic search is triggered.
Should I create a new issue?
Suggestion – It would be useful to have a function that would allow to manually clear the error message in “Overview” until the next one appears.
Sorry for any mistakes, I’m new at the NC Help Community.
I had a similar issue as far as your 1st issue goes. Turns out there isn’t support for self signed certificates in the script that generating that warning message. I’ve commented on the original issue asking for support.
(hopefully) solved by “downgrading” to 27.1.5.1 (without database or data directory) by
restoring $nextcloud-data-dir/updater-ocXXXXXXXXXX/backups/nextcloud-27.1.5.1-1706394934 over my /var/www/nextcloud
and running occ upgrade afterwards.
Many double checks, backups and tests before and after that included made this freaking 27.1.6.2 update steal me 5 and a half hours of my life time (instead of the usual 10 minutes for minor updates), making this the worst update experience EVER.
Because of this personal experience with a stable (!!!) release AND the fact that
… I currently can’t trust Nextcloud('s update mechanisms) anymore. I don’t hope but expect others to run into this very same issue once the 27.1.6.2 or 28.0.2 update is performed by other 32 bit users. Have fun with that.
If running in a 32-bit environment and you’re using the optional app suspicious_login you may encounter the message Your Composer dependencies require a 64-bit build of PHP if you upgrade with this app enabled. Please see Nextcloud update to 27.1.6.2 breaks Nextcloud on 32 bit systems - #8 by jtr for details. There is an easy fix.
My Nextcloud is running on a 64 bit Ubuntu 22.02 system in Docker
I am NOT using the suspicious-login app!
I have just updated from 28.0.1 to 28.0.2 (Stable, not RC4)
The admin page now shows the following 3 errors:
Apparently you are using a 32-bit PHP version. Nextcloud requires 64-bit to run well. Please update your operating system and PHP to 64-bit! You can find more information in the documentation.
Could not check for JavaScript support. Please check manually if your webserver serves .mjs files using the JavaScript MIME type.
Some recommended PHP modules are missing in this instance. For improved performance and better compatibility, it is strongly recommended to install them: bz2. For more information, see the documentation
If you are using the “official” nextcloud image (Docker) try to pull the image again.
The amd64 build was hanging until ~9:30 this morning, so your docker client may have pulled the i386 variant as a fallback instead (I had the same problem).