-
-
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
Some accounts can't log in after upgrade to 14.0.1 #11654
Comments
GitMate.io thinks possibly related issues are #11637 (No upload to shared folder possible after update to 14.0.1), #9051 (After upgrade to 13.0.1 getting permission denied using logging app), #3119 (Default calendar not showing after Upgrade to Nextcloud 11.0.1), #7439 (Failed upgrade from 12.0.4 → 13.0.0.6), and #9417 (Custom theme architecture: Settings menu icons not being overridden by theme SVGs). |
A little more information. I just found the user:info command to occ. Below is the output indicating all users are enabled even though admin and dxxxxxb are unable to log in.
|
The log message I initially posted under "Nextcloud log" above is completely unrelated to this issue and in fact is from owncloud over a year ago before I switched to nextcloud. My apologies. Attached are entries from nextcloud.log starting with my upgrade procedure this morning. |
After more digging, I noticed that the users that can not log in have Was there a deprecation of the |
Turns out, that was the problem. I reset the passwords of the accounts that could not log in with |
Usually it should just work. Did you upgrade your PHP as well? cc @rullzer |
That is odd. The old passwords should work just fine. (they will get upgrade to the new style tough). That is where the magic happens. Actually for everybody that upgraded to 14 with 7.2 the migration already took place. I'm assuming you are on 7.2 as well else the |
At the time I was running 7.2.10, and I have since updated to 7.2.11. However, I generally do not update php and nextcloud simultaneously. I do quite frequently have issues during nextcloud upgrades via the web server/login page, requiring a page reload and restart of the upgrade process. I am now upgrading with the occ command line tool in hopes of avoiding those issues in the future. Maybe something skipped the password migration during one of those other upgrade issues. I'm happy to provide any other information you may need, but as this happened over a month ago, my memory of the details are starting to fade. And, resetting the passwords has cleared things up for me. |
There is no migration during upgrade the data is basically migrated when it is requested the first time. Because we need the actual value that is hasehd in order to apply the new hash. I ran some extra tests but can't figure out why this would fail :S |
Ah well there is 1 case. ARe you by any chance using very long passwords (as in 500 char long)? |
Got hit by this one. I updated from 17.0.x to 18.0.1, then updated from php 7.3.15 to php 7.4.3. Resetting the password as mentioned did the trick. Mi password was short. |
@fdelapena any errors in your logs? |
@skjnldsv here's the nextcloud.log from the update part containing some database related exceptions, then later messages reporting login failures from different apps I use (for calendar, bookmarks, etc.): nextcloud.log. |
{
"reqId": "hEh7sdgMzyluysQnOcyS",
"level": 3,
"time": "2020-03-03T22:44:15+00:00",
"remoteAddr": "138.94.57.205",
"user": "--",
"app": "index",
"method": "GET",
"url": "/index.php/js/core/merged-template-prepend.js?v=fb35deb6-0",
"message": {
"Exception": "Doctrine\\DBAL\\Exception\\InvalidFieldNameException",
"Message": "An exception occurred while executing 'SELECT `displayname` FROM `oc_groups` WHERE `gid` = ?' with params [\"admin\"]:\n\nSQLSTATE[42S22]: Column not found: 1054 Unknown column 'displayname' in 'field list'",
"Code": 0,
"Trace": [
{
"file": "/home/fran/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php",
"line": 169,
"function": "convertException",
"class": "Doctrine\\DBAL\\Driver\\AbstractMySQLDriver",
"type": "->",
"args": [
"An exception occurred while executing 'SELECT `displayname` FROM `oc_groups` WHERE `gid` = ?' with params [\"admin\"]:\n\nSQLSTATE[42S22]: Column not found: 1054 Unknown column 'displayname' in 'field list'",
{
"errorInfo": [
"42S22",
1054,
"Unknown column 'displayname' in 'field list'"
],
"__class__": "Doctrine\\DBAL\\Driver\\PDOException"
}
]
},
{
"file": "/home/fran/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php",
"line": 145,
"function": "wrapException",
"class": "Doctrine\\DBAL\\DBALException",
"type": "::",
"args": [
{
"__class__": "Doctrine\\DBAL\\Driver\\PDOMySql\\Driver"
},
{
"errorInfo": [
"42S22",
1054,
"Unknown column 'displayname' in 'field list'"
],
"__class__": "Doctrine\\DBAL\\Driver\\PDOException"
},
"An exception occurred while executing 'SELECT `displayname` FROM `oc_groups` WHERE `gid` = ?' with params [\"admin\"]:\n\nSQLSTATE[42S22]: Column not found: 1054 Unknown column 'displayname' in 'field list'"
]
},
{
"file": "/home/fran/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php",
"line": 911,
"function": "driverExceptionDuringQuery",
"class": "Doctrine\\DBAL\\DBALException",
"type": "::",
"args": [
{
"__class__": "Doctrine\\DBAL\\Driver\\PDOMySql\\Driver"
},
{
"errorInfo": [
"42S22",
1054,
"Unknown column 'displayname' in 'field list'"
],
"__class__": "Doctrine\\DBAL\\Driver\\PDOException"
},
"SELECT `displayname` FROM `oc_groups` WHERE `gid` = ?",
{
"1": "admin"
}
]
},
{
"file": "/home/fran/nextcloud/lib/private/DB/Connection.php",
"line": 199,
"function": "executeQuery",
"class": "Doctrine\\DBAL\\Connection",
"type": "->",
"args": [
"SELECT `displayname` FROM `oc_groups` WHERE `gid` = ?",
[
"admin"
],
[
2
],
null
]
},
{
"file": "/home/fran/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php",
"line": 200,
"function": "executeQuery",
"class": "OC\\DB\\Connection",
"type": "->",
"args": [
"SELECT `displayname` FROM `oc_groups` WHERE `gid` = :dcValue1",
{
"dcValue1": "admin"
},
{
"dcValue1": 2
}
]
},
{
"file": "/home/fran/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 215,
"function": "execute",
"class": "Doctrine\\DBAL\\Query\\QueryBuilder",
"type": "->",
"args": []
},
{
"file": "/home/fran/nextcloud/lib/private/Group/Database.php",
"line": 438,
"function": "execute",
"class": "OC\\DB\\QueryBuilder\\QueryBuilder",
"type": "->",
"args": []
},
{
"file": "/home/fran/nextcloud/lib/private/Group/Database.php",
"line": 446,
"function": "getDisplayName",
"class": "OC\\Group\\Database",
"type": "->",
"args": [
"admin"
]
},
{
"file": "/home/fran/nextcloud/lib/private/Group/Manager.php",
"line": 186,
"function": "getGroupDetails",
"class": "OC\\Group\\Database",
"type": "->",
"args": [
"admin"
]
},
{
"file": "/home/fran/nextcloud/lib/private/Group/Manager.php",
"line": 174,
"function": "getGroupObject",
"class": "OC\\Group\\Manager",
"type": "->",
"args": [
"admin"
]
},
{
"file": "/home/fran/nextcloud/lib/private/Group/Manager.php",
"line": 286,
"function": "get",
"class": "OC\\Group\\Manager",
"type": "->",
"args": [
"admin"
]
},
{
"file": "/home/fran/nextcloud/lib/private/Group/Manager.php",
"line": 322,
"function": "getUserIdGroups",
"class": "OC\\Group\\Manager",
"type": "->",
"args": [
"fran"
]
},
{
"file": "/home/fran/nextcloud/lib/private/Group/Manager.php",
"line": 311,
"function": "isInGroup",
"class": "OC\\Group\\Manager",
"type": "->",
"args": [
"fran",
"admin"
]
},
{
"file": "/home/fran/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php",
"line": 221,
"function": "isAdmin",
"class": "OC\\Group\\Manager",
"type": "->",
"args": [
"fran"
]
},
{
"file": "/home/fran/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php",
"line": 118,
"function": "OC\\AppFramework\\DependencyInjection\\{closure}",
"class": "OC\\AppFramework\\DependencyInjection\\DIContainer",
"type": "->",
"args": [
"*** sensitive parameters replaced ***"
]
},
{
"file": "/home/fran/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php",
"line": 169,
"function": "offsetGet",
"class": "Pimple\\Container",
"type": "->",
"args": [
"MiddlewareDispatcher"
]
},
{
"file": "/home/fran/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php",
"line": 118,
"function": "OC\\AppFramework\\DependencyInjection\\{closure}",
"class": "OC\\AppFramework\\DependencyInjection\\DIContainer",
"type": "->",
"args": [
"*** sensitive parameters replaced ***"
]
},
{
"file": "/home/fran/nextcloud/lib/private/AppFramework/App.php",
"line": 117,
"function": "offsetGet",
"class": "Pimple\\Container",
"type": "->",
"args": [
"Dispatcher"
]
},
{
"file": "/home/fran/nextcloud/lib/private/AppFramework/Routing/RouteActionHandler.php",
"line": 47,
"function": "main",
"class": "OC\\AppFramework\\App",
"type": "::",
"args": [
"OC\\Core\\Controller\\JsController",
"getJs",
"*** sensitive parameter replaced ***",
{
"appName": "core",
"fileName": "merged-template-prepend.js",
"_route": "core.Js.getJs"
}
]
},
{
"function": "__invoke",
"class": "OC\\AppFramework\\Routing\\RouteActionHandler",
"type": "->",
"args": [
{
"appName": "core",
"fileName": "merged-template-prepend.js",
"_route": "core.Js.getJs"
}
]
},
{
"file": "/home/fran/nextcloud/lib/private/Route/Router.php",
"line": 299,
"function": "call_user_func",
"args": [
{
"__class__": "OC\\AppFramework\\Routing\\RouteActionHandler"
},
{
"appName": "core",
"fileName": "merged-template-prepend.js",
"_route": "core.Js.getJs"
}
]
},
{
"file": "/home/fran/nextcloud/lib/base.php",
"line": 1008,
"function": "match",
"class": "OC\\Route\\Router",
"type": "->",
"args": [
"/js/core/merged-template-prepend.js"
]
},
{
"file": "/home/fran/nextcloud/index.php",
"line": 38,
"function": "handleRequest",
"class": "OC",
"type": "::",
"args": []
}
],
"File": "/home/fran/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php",
"Line": 60,
"Previous": {
"Exception": "Doctrine\\DBAL\\Driver\\PDOException",
"Message": "SQLSTATE[42S22]: Column not found: 1054 Unknown column 'displayname' in 'field list'",
"Code": "42S22",
"Trace": [
{
"file": "/home/fran/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php",
"line": 903,
"function": "execute",
"class": "Doctrine\\DBAL\\Driver\\PDOStatement",
"type": "->",
"args": []
},
{
"file": "/home/fran/nextcloud/lib/private/DB/Connection.php",
"line": 199,
"function": "executeQuery",
"class": "Doctrine\\DBAL\\Connection",
"type": "->",
"args": [
"SELECT `displayname` FROM `oc_groups` WHERE `gid` = ?",
[
"admin"
],
[
2
],
null
]
},
{
"file": "/home/fran/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php",
"line": 200,
"function": "executeQuery",
"class": "OC\\DB\\Connection",
"type": "->",
"args": [
"SELECT `displayname` FROM `oc_groups` WHERE `gid` = :dcValue1",
{
"dcValue1": "admin"
},
{
"dcValue1": 2
}
]
},
{
"file": "/home/fran/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 215,
"function": "execute",
"class": "Doctrine\\DBAL\\Query\\QueryBuilder",
"type": "->",
"args": []
},
{
"file": "/home/fran/nextcloud/lib/private/Group/Database.php",
"line": 438,
"function": "execute",
"class": "OC\\DB\\QueryBuilder\\QueryBuilder",
"type": "->",
"args": []
},
{
"file": "/home/fran/nextcloud/lib/private/Group/Database.php",
"line": 446,
"function": "getDisplayName",
"class": "OC\\Group\\Database",
"type": "->",
"args": [
"admin"
]
},
{
"file": "/home/fran/nextcloud/lib/private/Group/Manager.php",
"line": 186,
"function": "getGroupDetails",
"class": "OC\\Group\\Database",
"type": "->",
"args": [
"admin"
]
},
{
"file": "/home/fran/nextcloud/lib/private/Group/Manager.php",
"line": 174,
"function": "getGroupObject",
"class": "OC\\Group\\Manager",
"type": "->",
"args": [
"admin"
]
},
{
"file": "/home/fran/nextcloud/lib/private/Group/Manager.php",
"line": 286,
"function": "get",
"class": "OC\\Group\\Manager",
"type": "->",
"args": [
"admin"
]
},
{
"file": "/home/fran/nextcloud/lib/private/Group/Manager.php",
"line": 322,
"function": "getUserIdGroups",
"class": "OC\\Group\\Manager",
"type": "->",
"args": [
"fran"
]
},
{
"file": "/home/fran/nextcloud/lib/private/Group/Manager.php",
"line": 311,
"function": "isInGroup",
"class": "OC\\Group\\Manager",
"type": "->",
"args": [
"fran",
"admin"
]
},
{
"file": "/home/fran/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php",
"line": 221,
"function": "isAdmin",
"class": "OC\\Group\\Manager",
"type": "->",
"args": [
"fran"
]
},
{
"file": "/home/fran/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php",
"line": 118,
"function": "OC\\AppFramework\\DependencyInjection\\{closure}",
"class": "OC\\AppFramework\\DependencyInjection\\DIContainer",
"type": "->",
"args": [
"*** sensitive parameters replaced ***"
]
},
{
"file": "/home/fran/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php",
"line": 169,
"function": "offsetGet",
"class": "Pimple\\Container",
"type": "->",
"args": [
"MiddlewareDispatcher"
]
},
{
"file": "/home/fran/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php",
"line": 118,
"function": "OC\\AppFramework\\DependencyInjection\\{closure}",
"class": "OC\\AppFramework\\DependencyInjection\\DIContainer",
"type": "->",
"args": [
"*** sensitive parameters replaced ***"
]
},
{
"file": "/home/fran/nextcloud/lib/private/AppFramework/App.php",
"line": 117,
"function": "offsetGet",
"class": "Pimple\\Container",
"type": "->",
"args": [
"Dispatcher"
]
},
{
"file": "/home/fran/nextcloud/lib/private/AppFramework/Routing/RouteActionHandler.php",
"line": 47,
"function": "main",
"class": "OC\\AppFramework\\App",
"type": "::",
"args": [
"OC\\Core\\Controller\\JsController",
"getJs",
"*** sensitive parameter replaced ***",
{
"appName": "core",
"fileName": "merged-template-prepend.js",
"_route": "core.Js.getJs"
}
]
},
{
"function": "__invoke",
"class": "OC\\AppFramework\\Routing\\RouteActionHandler",
"type": "->",
"args": [
{
"appName": "core",
"fileName": "merged-template-prepend.js",
"_route": "core.Js.getJs"
}
]
},
{
"file": "/home/fran/nextcloud/lib/private/Route/Router.php",
"line": 299,
"function": "call_user_func",
"args": [
{
"__class__": "OC\\AppFramework\\Routing\\RouteActionHandler"
},
{
"appName": "core",
"fileName": "merged-template-prepend.js",
"_route": "core.Js.getJs"
}
]
},
{
"file": "/home/fran/nextcloud/lib/base.php",
"line": 1008,
"function": "match",
"class": "OC\\Route\\Router",
"type": "->",
"args": [
"/js/core/merged-template-prepend.js"
]
},
{
"file": "/home/fran/nextcloud/index.php",
"line": 38,
"function": "handleRequest",
"class": "OC",
"type": "::",
"args": []
}
],
"File": "/home/fran/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php",
"Line": 119,
"Previous": {
"Exception": "PDOException",
"Message": "SQLSTATE[42S22]: Column not found: 1054 Unknown column 'displayname' in 'field list'",
"Code": "42S22",
"Trace": [
{
"file": "/home/fran/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php",
"line": 117,
"function": "execute",
"class": "PDOStatement",
"type": "->",
"args": [
null
]
},
{
"file": "/home/fran/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php",
"line": 903,
"function": "execute",
"class": "Doctrine\\DBAL\\Driver\\PDOStatement",
"type": "->",
"args": []
},
{
"file": "/home/fran/nextcloud/lib/private/DB/Connection.php",
"line": 199,
"function": "executeQuery",
"class": "Doctrine\\DBAL\\Connection",
"type": "->",
"args": [
"SELECT `displayname` FROM `oc_groups` WHERE `gid` = ?",
[
"admin"
],
[
2
],
null
]
},
{
"file": "/home/fran/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php",
"line": 200,
"function": "executeQuery",
"class": "OC\\DB\\Connection",
"type": "->",
"args": [
"SELECT `displayname` FROM `oc_groups` WHERE `gid` = :dcValue1",
{
"dcValue1": "admin"
},
{
"dcValue1": 2
}
]
},
{
"file": "/home/fran/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php",
"line": 215,
"function": "execute",
"class": "Doctrine\\DBAL\\Query\\QueryBuilder",
"type": "->",
"args": []
},
{
"file": "/home/fran/nextcloud/lib/private/Group/Database.php",
"line": 438,
"function": "execute",
"class": "OC\\DB\\QueryBuilder\\QueryBuilder",
"type": "->",
"args": []
},
{
"file": "/home/fran/nextcloud/lib/private/Group/Database.php",
"line": 446,
"function": "getDisplayName",
"class": "OC\\Group\\Database",
"type": "->",
"args": [
"admin"
]
},
{
"file": "/home/fran/nextcloud/lib/private/Group/Manager.php",
"line": 186,
"function": "getGroupDetails",
"class": "OC\\Group\\Database",
"type": "->",
"args": [
"admin"
]
},
{
"file": "/home/fran/nextcloud/lib/private/Group/Manager.php",
"line": 174,
"function": "getGroupObject",
"class": "OC\\Group\\Manager",
"type": "->",
"args": [
"admin"
]
},
{
"file": "/home/fran/nextcloud/lib/private/Group/Manager.php",
"line": 286,
"function": "get",
"class": "OC\\Group\\Manager",
"type": "->",
"args": [
"admin"
]
},
{
"file": "/home/fran/nextcloud/lib/private/Group/Manager.php",
"line": 322,
"function": "getUserIdGroups",
"class": "OC\\Group\\Manager",
"type": "->",
"args": [
"fran"
]
},
{
"file": "/home/fran/nextcloud/lib/private/Group/Manager.php",
"line": 311,
"function": "isInGroup",
"class": "OC\\Group\\Manager",
"type": "->",
"args": [
"fran",
"admin"
]
},
{
"file": "/home/fran/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php",
"line": 221,
"function": "isAdmin",
"class": "OC\\Group\\Manager",
"type": "->",
"args": [
"fran"
]
},
{
"file": "/home/fran/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php",
"line": 118,
"function": "OC\\AppFramework\\DependencyInjection\\{closure}",
"class": "OC\\AppFramework\\DependencyInjection\\DIContainer",
"type": "->",
"args": [
"*** sensitive parameters replaced ***"
]
},
{
"file": "/home/fran/nextcloud/lib/private/AppFramework/DependencyInjection/DIContainer.php",
"line": 169,
"function": "offsetGet",
"class": "Pimple\\Container",
"type": "->",
"args": [
"MiddlewareDispatcher"
]
},
{
"file": "/home/fran/nextcloud/3rdparty/pimple/pimple/src/Pimple/Container.php",
"line": 118,
"function": "OC\\AppFramework\\DependencyInjection\\{closure}",
"class": "OC\\AppFramework\\DependencyInjection\\DIContainer",
"type": "->",
"args": [
"*** sensitive parameters replaced ***"
]
},
{
"file": "/home/fran/nextcloud/lib/private/AppFramework/App.php",
"line": 117,
"function": "offsetGet",
"class": "Pimple\\Container",
"type": "->",
"args": [
"Dispatcher"
]
},
{
"file": "/home/fran/nextcloud/lib/private/AppFramework/Routing/RouteActionHandler.php",
"line": 47,
"function": "main",
"class": "OC\\AppFramework\\App",
"type": "::",
"args": [
"OC\\Core\\Controller\\JsController",
"getJs",
"*** sensitive parameter replaced ***",
{
"appName": "core",
"fileName": "merged-template-prepend.js",
"_route": "core.Js.getJs"
}
]
},
{
"function": "__invoke",
"class": "OC\\AppFramework\\Routing\\RouteActionHandler",
"type": "->",
"args": [
{
"appName": "core",
"fileName": "merged-template-prepend.js",
"_route": "core.Js.getJs"
}
]
},
{
"file": "/home/fran/nextcloud/lib/private/Route/Router.php",
"line": 299,
"function": "call_user_func",
"args": [
{
"__class__": "OC\\AppFramework\\Routing\\RouteActionHandler"
},
{
"appName": "core",
"fileName": "merged-template-prepend.js",
"_route": "core.Js.getJs"
}
]
},
{
"file": "/home/fran/nextcloud/lib/base.php",
"line": 1008,
"function": "match",
"class": "OC\\Route\\Router",
"type": "->",
"args": [
"/js/core/merged-template-prepend.js"
]
},
{
"file": "/home/fran/nextcloud/index.php",
"line": 38,
"function": "handleRequest",
"class": "OC",
"type": "::",
"args": []
}
],
"File": "/home/fran/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php",
"Line": 117
}
},
"CustomMessage": "--"
},
"userAgent": "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:73.0) Gecko/20100101 Firefox/73.0",
"version": "17.0.3.1"
} |
Hum, missing column while getting the admin group 🤔 // SELECT `displayname` FROM `oc_groups` WHERE `gid` = 'admin'
"file": "/home/fran/nextcloud/lib/private/Group/Database.php",
"line": 446,
"function": "getDisplayName",
"class": "OC\\Group\\Database",
"type": "->",
"args": [
"admin"
] |
Thanks for sharing @fdelapena Just to make sure, you did the upgrade via web? Via occ? |
@skjnldsv I did the upgrade via web, launched from the admin panel, even for the 2nd part where it asks for continuing from console or web interface. I'm aware it timeouts often the web interface in the first part, mostly on the backup step, but usually completes without issues after refreshing. |
Thanks! :) |
I am getting log in errors after upgrading nextcloud this morning. My instance has 4 users, 3 family members and admin. After the upgrade, two family members can still log in, but the third can not, neither can admin. Failed login attempts are presented with the following nginx error corresponding to the 503 error indicated by the Firefox network trace:
Additionally, the login page now continuously displays:
regardless os whether or not I have previously successfully logged in.
Additional details:
Steps to reproduce
Expected behaviour
Nextcloud should be updated and users should be able to access their stored information.
Actual behaviour
Nextcloud seems to be updated, but 2 of 4 users can not log in, "admin" included. Instead those two users get HTTP error 503, Service not available
Server configuration
Operating system: ArchLinux, 4.18.12-arch1-1-ARCH
Web server: nginx-mainline 1.15.4-1
Database: sqlite 3.25.2-1
PHP version: php 7.2.10-1
Nextcloud version: (see Nextcloud admin page) 14.0.1-1 (Can not access admin page)
Updated from an older Nextcloud/ownCloud or fresh install: updated from 13.0.6-1
Where did you install Nextcloud from: ArchLinux Community Repository
Signing status: Can not log in as admin
Signing status
List of activated apps:
App list
Nextcloud configuration:
Config report
Are you using external storage, if yes which one: no
Are you using encryption: no
Are you using an external user-backend, if yes which one: no
Client configuration
Browser: Firefox 62.0.3
Operating system: ArchLinux
Logs
Web server error log
Web server error log
Nextcloud log (data/nextcloud.log)
Nextcloud log
The text was updated successfully, but these errors were encountered: