[Bug] UI: "Choose blocklists" modal remains open and fails to add selected filters on Save #5881

Open
opened 2026-03-04 06:42:03 -05:00 by deekerman · 1 comment
Owner

Originally created by @ninjanoir356 on GitHub (Jan 12, 2026).

Prerequisites

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:

nslookup -debug -type=a 'google.com' '$192.168.1.1'

Action: I am not reporting a DNS resolution failure, but a Web UI failure. However, here is the result of the debug command:

nslookup -debug -type=a google.com 192.168.1.1
Server:		192.168.1.1
Address:	192.168.1.1#53

------------
    QUESTIONS:
	google.com, type = A, class = IN
    ANSWERS:
    ->  google.com
	internet address = 142.250.69.110
	ttl = 30
    AUTHORITY RECORDS:
    ADDITIONAL RECORDS:
------------
Non-authoritative answer:
Name:	google.com
Address: 142.250.69.110

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.

Image

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.

Console Error:

Error: control/filtering/add_url | Network Error
makeRequest http://192.168.1.1:8080/main.6cb787f11bd39e9960df.js:2

Additional Context:

It seems the Web UI is unable to reach the API endpoint control/filtering/add_url. I am using AdGuard Home on a GL-MT6000 with OpenWrt.
Originally created by @ninjanoir356 on GitHub (Jan 12, 2026). ### Prerequisites - [x] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions/categories/q-a) and found no answer - [x] I have searched other issues and found no duplicates - [x] I want to report a bug and not [ask a question or ask for help](https://github.com/AdguardTeam/AdGuardHome/discussions/categories/q-a) - [x] I have set up AdGuard Home correctly and [configured clients to use it](https://github.com/AdguardTeam/AdGuardHome/wiki/Clients). (Use the [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions/categories/q-a) 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: ```sh nslookup -debug -type=a 'google.com' '$192.168.1.1' ``` Action: I am not reporting a DNS resolution failure, but a Web UI failure. However, here is the result of the debug command: ``` nslookup -debug -type=a google.com 192.168.1.1 Server: 192.168.1.1 Address: 192.168.1.1#53 ------------ QUESTIONS: google.com, type = A, class = IN ANSWERS: -> google.com internet address = 142.250.69.110 ttl = 30 AUTHORITY RECORDS: ADDITIONAL RECORDS: ------------ Non-authoritative answer: Name: google.com Address: 142.250.69.110 ``` 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. <img width="1235" height="831" alt="Image" src="https://github.com/user-attachments/assets/5795c4ed-e9db-47dc-9007-8db15c9a26e5" /> ### 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. Console Error: Error: control/filtering/add_url | Network Error makeRequest http://192.168.1.1:8080/main.6cb787f11bd39e9960df.js:2 Additional Context: It seems the Web UI is unable to reach the API endpoint control/filtering/add_url. I am using AdGuard Home on a GL-MT6000 with OpenWrt.
Author
Owner

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

@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)
Sign in to join this conversation.
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/AdGuardHome#5881
No description provided.