-
Notifications
You must be signed in to change notification settings - Fork 137
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
Cannot create new notes with a new user #1463
Comments
Forum thread: https://help.nextcloud.com/t/nc-30-cannot-create-notes-on-notes-app-with-new-user/214968 Currently unable to reproduce myself. |
Looks like this happen if the user never uploaded a file and tried to create a note. When I created by hand both folders |
A user's home directory gets created upon first login. It sounds like that's not happening in your environment. Are you using an alternative authentication backend? |
@joshtrichards I am using standard authentication of web-UI. I added manually the |
Nextcloud doesn't know (or care) the user is only going to use the Notes app (unless you're using something like the It does sound like you're using Server-Side Encryption, however. That's a possible difference. What mode are you running it in? (i.e. master or per-user keys)? Can you provide the output of The key part that needs to be isolated is this:
Home directory is set up for all users upon their first login with Nextcloud itself. Notes doesn't handle that. Notes does, however, expect the home directory to exist and then creates the So something is not working as expected in your environment. Can you also provide the output of |
@joshtrichards things are working quite ok in general in my environment for some years. Here are the configs you asked:
|
A newly created user on NC cannot create new notes.
Steps to reproduce
Expected behaviour
New note created.
Actual behaviour
NotPermittedException
Server
Log files
Logs:
Full stacktrace:
The text was updated successfully, but these errors were encountered: