mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
[Bug] UI: "Choose blocklists" modal remains open and fails to add selected filters on Save #5881
Labels
No labels
P1: Critical
P2: High
P3: Medium
P4: Low
UI
bug
cannot reproduce
compatibility
dependencies
docker
documentation
duplicate
enhancement
enhancement
external libs
feature request
good first issue
help wanted
infrastructure
invalid
localization
needs investigation
performance
potential-duplicate
question
recurrent
research
snap
waiting for data
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AdGuardHome#5881
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 @ninjanoir356 on GitHub (Jan 12, 2026).
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to report a bug and not ask a question or ask for help
I have set up AdGuard Home correctly and configured clients to use it. (Use the Discussions for help with installing and configuring clients.)
Platform (OS and CPU architecture)
Linux, ARM64
Installation
GitHub releases or script from README
Setup
On a router, DHCP is handled by the router
AdGuard Home version
v0.107.71
Action
Replace the following command with the one you're calling or a
description of the failing action:
Action: I am not reporting a DNS resolution failure, but a Web UI failure. However, here is the result of the debug command:
In the AdGuard Home Web UI, when attempting to add a new DNS blocklist using the "Choose from list" option, selecting a filter and clicking "Save" does not work as expected. The modal window remains open, and the selected list is not added to the DNS blocklists table.
Expected result
When I click "Save" after selecting a blocklist (like HaGeZi), the web interface does not send the command to the server, or the response from the server is not handled by the UI. The modal stays open.
Actual result
The modal window should close automatically, and the selected blocklists should appear in the "DNS blocklists" list and begin downloading.
Additional information and/or screenshots
I checked the browser console while clicking "Save". A network error occurs every time I try to add a list.
Additional Context:
@tjharman commented on GitHub (Jan 13, 2026):
I'm not able to reproduce this - though I am using Adguard Home on a x64 box.
The model pops up, I click, press OK and it adds the list.
Do you have some sort of adblocking addon in your browser that might be causing the issue, or anything else that could be interfering? Have you tried clearing your browser cache to see if that resolves the issue?
Have you tried a different broswer? I just tried with the latest version of Chrome (143.0.7499.193)