-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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]: NoUserException
Backends provided no user object Backends provided no user object for X
#47244
Comments
I'm seeing the same/similar error message on my installation of AIO. I recently deleted a user but transferred all their files to another user before removing them. The error only exists for the deleted user. I concur, it looks like it is a background job. Here's a copy of the raw log entry.
Let me know if I can help in any other way. |
I'm experiencing the exact same issue, however on my instance its for MS LDAP and an existing user (my user) Log: |
Experiencing exactly the same problem here. User was logged in through OAuth2 with the |
Seems to be a duplicate of nextcloud/files_fulltextsearch#292. |
I have upgraded my AIO to NC30 and this issue disappeared. |
NoUserException
Backends provided no user object Backends provided no user object for X
Duplicate of nextcloud/files_fulltextsearch#292 |
Having the same issue, Nextcloud 30.0.4. |
Bug description
I have combed through other GitHub issues with a similar error that is related to the
groupfolders
app. I, however, have never installed the app and the error I see is, I think, with thefiles
app instead. I am unable to find what could reproduce this error but following is a log (there are >3000 of these accumulating every 15 minutes).NoUserException Backends provided no user object Backends provided no user object for 1
I can suppress this error if I disable the
Full text search
app.To my knowledge, other than filling up the log files, this error has not caused any other problems.
A strange this I noticed was when I run a
php occ user:list
, I get the following:However, when I run a
php occ user:report
, I get that there are 3 active users.I have no clue how this third user has been created. I have, in the recent past, created and deleted an
oauth client
.While trying to get more info for this error, I noticed that there were 3 directories in the files folder (the directories created for each user by nextcloud). As expected, two of these were
username1
andusername2
, but there was a third one called1
which I deleted but that hasn't suppressed the error. Please note that the error was already occurring for multiple days before I deleted that stray user directory.Steps to reproduce
Unfortunately, I do not know how to reproduce this error.
Expected behavior
There should be no NoUserException error.
Installation method
Other Community project
Nextcloud Server version
29
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
None
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
No response
The text was updated successfully, but these errors were encountered: