[GH-ISSUE #820] [Bug] Deleting a blocklist entrant in one tab, then attempting to in another, returns a 404. #562

Closed
opened 2026-03-01 17:48:10 +03:00 by kerem · 2 comments
Owner

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:

Image

  • https://github.com/user-attachments/assets/4ef977c9-08e1-4636-9f6d-ca37626d14b5

  • 18:07:37.313 XHRDELETE
    https://app.addy.io/blocklist/8969e522-6ace-486d-b30e-c1a1dc93da44
    [HTTP/2 404  65ms]
    
    
    DELETE
    
    scheme
    	https
    host
    	app.addy.io
    filename
    	/blocklist/8969e522-6ace-486d-b30e-c1a1dc93da44
    Address
    	94.237.47.233:443
    Status
    404
    VersionHTTP/2
    Transferred3.20 kB (11.87 kB size)
    Referrer Policyorigin-when-cross-origin
    Request PriorityHighest
    DNS ResolutionSystem
    

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`](https://github.com/anonaddy/anonaddy/issues/818#issue-3979431119), I noticed it: <p></p><img width="1276" height="716" alt="Image" src="https://github.com/user-attachments/assets/333db45d-f8b1-458f-a41f-fc61dd917b18" /><p></p> <details open><p></p> - https://github.com/user-attachments/assets/4ef977c9-08e1-4636-9f6d-ca37626d14b5 - <blockquote> ~~~ASM 18:07:37.313 XHRDELETE https://app.addy.io/blocklist/8969e522-6ace-486d-b30e-c1a1dc93da44 [HTTP/2 404 65ms] DELETE scheme https host app.addy.io filename /blocklist/8969e522-6ace-486d-b30e-c1a1dc93da44 Address 94.237.47.233:443 Status 404 VersionHTTP/2 Transferred3.20 kB (11.87 kB size) Referrer Policyorigin-when-cross-origin Request PriorityHighest DNS ResolutionSystem ~~~ </blockquote> <p></p></details><p></p>
kerem closed this issue 2026-03-01 17:48:10 +03:00
Author
Owner

@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.

<!-- gh-comment-id:3946589562 --> @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.
Author
Owner

@RokeJulianLockhart commented on GitHub (Feb 23, 2026):

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.

@willbrowningme, is that undesirable?

<!-- gh-comment-id:3947298526 --> @RokeJulianLockhart commented on GitHub (Feb 23, 2026): > 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. @willbrowningme, is that undesirable?
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/anonaddy#562
No description provided.