After upgrading to n8n version 2.18.1, users with the member role are no longer able to share workflows with other users. The same sharing action still works as expected for admin users.
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
@mwie28, that sharing dropdown calls GET /rest/users to populate teh user list and in 2.18.x that endpoint got tightened to admin-only, so members get an empty list. pin your image back to 2.17.x for now (n8nio/n8n:2.17.8) and file a bug on Issues · n8n-io/n8n · GitHub — open your browser devtools network tab when a member tries to share and you’ll see a 403 on that users endpoint, attach that screenshot to the issue so the team can fast-track the fix.