mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 06:05:55 +03:00
[GH-ISSUE #820] [Bug] Deleting a blocklist entrant in one tab, then attempting to in another, returns a 404. #562
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#562
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RokeJulianLockhart on GitHub (Feb 23, 2026).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/820
When creating media to demonstrate
issues/818, I noticed it:https://github.com/user-attachments/assets/4ef977c9-08e1-4636-9f6d-ca37626d14b5
@willbrowningme commented on GitHub (Feb 23, 2026):
That's expected behaviour since that entry no longer exists in the database so it returns a 404 not found.
The web app does not have websockets or live polling so if you delete any resource in one tab it doesn't instantly update all other open tabs too.
@RokeJulianLockhart commented on GitHub (Feb 23, 2026):
@willbrowningme, is that undesirable?