SOLIDPOD: missing recipient suggestions after sharing to group
@jesscmoore is already working on this.
Since Jan 28, 2026.
- Dominant language
- Dart
- Stars
- 10
- Forks
- 7
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 6
Description
Describe the Bug
Normally, on selecting to share to an Individual in the grant permission form, I would see suggestions populated by the webids of recipients that I am currently sharing any file in my pod. However after sharing to a group of webids, groupwebid ttl file which lacks an ACL file, is preventing reading all the ACL files in my pod to form the suggestion list of recipient webids. The group ttl file should not prevent webid suggestion, and indeed should be read and used in the generation of the webid suggestion list.
To Reproduce
Steps to reproduce the behavior:
- In notepod, select a note and share to an individual (if have not previously shared a note there will be no suggested webids in drop down list)
- Select another note and share to an individual (should see a suggestion list showing all current individual recipients of file access in your pod.
- Select a 3rd note and share to a group
- Now select any note and click Individual to share to an individual - no webid suggestions are shown, and get console error:
flutter: Exception: Failed to get resource https://pods.solidco
mmunity.au/jesscmoore/notepod/data/myGroup.ttl.acl
Expected Behaviour
Suggestion list always appears if I have any shared files in my pod, whether shared to individuals or groups.
Screenshots
Individual recipient webid field - with suggestions (shows when no group in my POD):
After sharing to a group - no suggestions:
If you revoke access to the group, then individual recipient webid suggestions are restored.
Context
Where has the issue been observed:
- Android
- Chrome
- iOS
- Linux
- macOS
- Web
- Windows
App Version: solidpod 0.9.8
Flutter Version: 3.38.7
Closing Criteria
Checklist for closing the issue:
- No errors from
make prep - All tests pass
make qtest - Suggestion list always appears if I have any shared files in my pod, whether shared to individuals or groups.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.