You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After ungrading to 24.0.1.1 on a Centos 7 system, logged in users are able to use the system as normal, however, logging out and then trying to log back in results in "Internal Server Error" page.
Appears that it affects existing users pre-upgrade - was able to create a local user post-upgrade using occ and was then able to log in with that local user.
UPDATE: This appears to be the same issue as #32598 and the temp fix of changing line 104 in lib/private/Authentication/LoginCredentials/Store.php solves the issue:
remove --> $this->logger->debug('could not get login credentials because the token is invalid: ' . $ex->getMessage(), ['app' => 'core', 'exception' => $ex]);
replace with--> $this->logger->debug('could not get login credentials because the token is invalid', ['app' => 'core']);
Steps to reproduce
Upgrade to 24.0.1.1 beginning with web and complete using occ commandline
Log out
Try to log in.
Expected behavior
Log in and out as normal
Installation method
Manual installation
Operating system
RHEL/CentOS
PHP engine version
PHP 7.4
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Updated to a major version (ex. 22.2.3 to 23.0.1)
Are you using the Nextcloud Server Encryption module?
Bug description
After ungrading to 24.0.1.1 on a Centos 7 system, logged in users are able to use the system as normal, however, logging out and then trying to log back in results in "Internal Server Error" page.
Appears that it affects existing users pre-upgrade - was able to create a local user post-upgrade using occ and was then able to log in with that local user.
UPDATE: This appears to be the same issue as #32598 and the temp fix of changing line 104 in lib/private/Authentication/LoginCredentials/Store.php solves the issue:
remove --> $this->logger->debug('could not get login credentials because the token is invalid: ' . $ex->getMessage(), ['app' => 'core', 'exception' => $ex]);
replace with--> $this->logger->debug('could not get login credentials because the token is invalid', ['app' => 'core']);
Steps to reproduce
Expected behavior
Log in and out as normal
Installation method
Manual installation
Operating system
RHEL/CentOS
PHP engine version
PHP 7.4
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Updated to a major version (ex. 22.2.3 to 23.0.1)
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
No response
Nextcloud Logs
Additional info
Happens on all browsers that we tried.
The text was updated successfully, but these errors were encountered: