Enable User Folder not working

Hi, I am new to Plone and currently using Plone 6 volto and classic ui.

I enabled user folders via control panel > security, so that the users of my plone website will have their own "My Folder" for their documents.

I created a new user that has a role "Member" and logged in using the account. However, "My Folder" is not found both on volto & classic ui.

Confirmed that the home folder is not created by having a content rule that logs message when a user logs in and satisfiesTALES expression

python:(portal.portal_membership.getHomeFolder() is None)

logged message

2024-08-19 21:22:25 2024-08-19 13:22:25 INFO [Plone:103][waitress-1] MYLOGGER home folder not found

Any suggestions how to fix this?
Thank you!

found the fix

i had to change the members folder on
http://localhost:8080/Plone/portal_membership/manage_mapRoles

from "Members" to "members" :sweat_smile:

Then create a folder with id/shortname "members" in the root of site

2 Likes