-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Nothing works after upgrading to 24.0.7, and then to 25.0.1 #35413
Comments
Please try again with 25.0.2 |
#32432 ? |
same here, but after using occ upgrade it works fine |
We tried php occ upgrade but it said "already upgraded", the upgrade was done when starting the new docker container. So for us this did not fix anything |
I encounter similar problems. I also upgraded several times and in the end to NC25. During the process, I got the warning that group folders are disabled, because of an incompatibility issue #2192. Now I only get a blank screen when opening NC in a browser, unless I activate the maintenance mode. In that case, I can see the the maintenance mode screen. I use apache2 and also php8.0. Any ideas? Should I try to use occ upgrade or how do I get to the bottom of the problem? |
@magix2 did you try the workaround I proposed in the issue ? Another workaround (not tested by me) may be to disable if possible the circles app |
@manu5801 Thanks for your response. I tried disabling circles, but that did not work. However, running |
Also getting a 500/blank page after upgrade to 25.0.2
sudo -u www-data php occ app:list shows circles is disabled sudo -u www-data php occ upgrade shows: Nextcloud is already latest version Not sure how to diagnose? |
@zaggynl - looks like you are still using 25.0.1.1, aren't you ? |
That's the oddity, the upgrade appeared to have gone ok after initial 'sudo -u www-data php occ upgrade'. I couldn't figure it out in the end so I restored the VM snapshot I made before hand. For giggles I had another try:
an attempt to visit the nextcloud page in an incognito tab shows a http 500 error
|
Hello |
Feel free to try #35970 |
Hi, please update to 24.0.9 or better 25.0.3 and report back if it fixes the issue. Thank you! My goal is to add a label like e.g. 25-feedback to this ticket of an up-to-date major Nextcloud version where the bug could be reproduced. However this is not going to work without your help. So thanks for all your effort! If you don't manage to reproduce the issue in time and the issue gets closed but you can reproduce the issue afterwards, feel free to create a new bug report with up-to-date information by following this link: https://github.com/nextcloud/server/issues/new?assignees=&labels=bug%2C0.+Needs+triage&template=BUG_REPORT.yml&title=%5BBug%5D%3A+ |
Hi We updated this evening to 25.0.3.. Cheers |
After upgrading to 25.04 I did not run into this issue 🎉 Edit: although now the Apps/Users page appears broken: #36850 |
Great: we upgraded to 25.04 three days ago and the bug appears to be fixed ! |
Bug description
After upgrading to 24.0.7 most (but not ALL !) logged-in users get a white page, if not already logged they cannot login.
After upgrading again to 25.0.1, same behaviour.
In the log files we have the same message for both versions, ie:
Steps to reproduce
Expected behavior
Login OK, File application or other applications available after logged in
Installation method
Community Docker image
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.0
Web server
Nginx
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
Updated from a minor version (ex. 22.2.3 to 22.2.4)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
We could provide a workaround commenting out lines 205-207 in the file /var/www/html/lib/private/Log/ExceptionSerializer.php, so that the removeValuesFromArg function producing the error is no more called and everything works now
Please note the bug is present in versions 24.0.7 AND 25.0.1, we did not notice it in previous versions.
We use the community container nextcloud:25-fpm-alpine
The text was updated successfully, but these errors were encountered: