Collection browser does not refresh after re-saving a deleted open request
Author: NeoZhao233Created Aug 18, 2026Updated Aug 18, 2026
Collection browser does not refresh after re-saving a deleted open request
I'm seeing an issue where the Collection browser does not refresh after deleting an open request and then saving it again.
Environment
- Posting:
2.10.0 - OS: macOS
Steps to reproduce
- Create a new request.
- Save it with
Ctrl + S, for example astest-bug. - Confirm that
test-bugappears in the Collection panel. - Delete
test-bugfrom the Collection panel while keeping the request open. - Press
Ctrl + Sagain to save the currently open request. - Check the Collection panel.
Expected behavior
The saved request should reappear in the Collection panel after it is saved again.
Actual behavior
The .posting.yaml file is successfully recreated on disk, but the request does not reappear in the Collection panel.
For example, after saving again, I confirmed that the file exists:
create-user.posting.yaml
test-bug.posting.yamlHowever, test-bug is still missing from the Collection panel.
If I quit Posting and start it again, the request appears normally.
This looks like the Collection browser may not be refreshing after a deleted open request is recreated on disk.
Source: darrenburns/posting