mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[GH-ISSUE #397] DNSBlock: Cannot read properties of undefined (reading 'replace') #196
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#196
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 @0vercl0k on GitHub (Feb 9, 2025).
Original GitHub issue: https://github.com/spr-networks/super/issues/397
If I try adding the following list (afaict Blocklist is stale / doesn't seem to be active anymore 🤷🏼 ) blocklist (via the web UI, haven't tried via iOS), SPR will then fail to load the
dnsBlockpage with the following error:Cannot read properties of undefined (reading 'replace') at renderItem (DNSBlocklist.js:477:18).As far as I can tell the format of the list seems to match BlockList's but maybe not, or the problem is coming from somewhere else.
To get the page loading again I remove the entry in the
config/dns/block_rules.jsonfrom SSH.Cheers
@0vercl0k commented on GitHub (Apr 23, 2025):
Cool this is fixed as well, thank you!