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
hundreds of oc_authtoken entries:
$ mysql mycloud -B -e "select count(*) from oc_authtoken where uid='andy'"
count(*)
167
After "DELETE * from oc_authtoken where uid=‘andy’"
the server responds quick again. But this is not a permanent solution. 157 new(!) entries were back the next day.
Here is just a short part of it:
Database:
mysql Ver 15.1 Distrib 10.3.27-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2
PHP version:
PHP version (eg, 7.4): 2:7.3+69
Nextcloud version: (see Nextcloud admin page)
21.0.2.1
Updated from an older Nextcloud/ownCloud or fresh install:
latest v20
Where did you install Nextcloud from:
with the internal NC updater
Signing status:
Signing status
Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.
No errors have been found.
This is a split of #27603
Expected behaviour
1 oc_authtoken per user+device
Actual behaviour
hundreds of oc_authtoken entries:
$ mysql mycloud -B -e "select count(*) from oc_authtoken where uid='andy'"
count(*)
167
After "DELETE * from oc_authtoken where uid=‘andy’"
the server responds quick again. But this is not a permanent solution. 157 new(!) entries were back the next day.
Here is just a short part of it:
Questions/Doubts
Server configuration
Operating system:
4.19.0-16-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 GNU/Linux
Web server:
Apache 2.4.38-3+deb10u4
Database:
mysql Ver 15.1 Distrib 10.3.27-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2
PHP version:
PHP version (eg, 7.4): 2:7.3+69
Nextcloud version: (see Nextcloud admin page)
21.0.2.1
Updated from an older Nextcloud/ownCloud or fresh install:
latest v20
Where did you install Nextcloud from:
with the internal NC updater
Signing status:
Signing status
List of activated apps:
App list
Nextcloud configuration:
Config report
Are you using external storage, if yes which one: local/smb/sftp/...
No
Are you using encryption: yes/no
No
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
No
Client configuration
irrelevant
Logs
Web server error log
Web server error log
Nextcloud log (data/nextcloud.log)
Nextcloud log
The output of your Nextcloud log in Admin > Logging:
Error PHP Module 'mbstring' already loaded at Unknown#0
(shows up every time when I call curl)
The text was updated successfully, but these errors were encountered: