What are these addresses? Do they belong to some interfaces of OpenWrt?
By default uhttpd will listen to all IPs of the router, so unless you have blocked them on the firewall and you have cleared the cache of your browser there isn't anything that would block you.
Please copy the output of the following commands and post it here using the "Preformatted text </> " button:
Remember to redact passwords, MAC addresses and any public IP addresses you may have
uci export network; uci export uhttpd; \
uci export dhcp; uci export firewall; \
head -n -0 /etc/firewall.user; \
iptables-save -c; \
ip -4 addr ; ip -4 ro li tab all ; ip -4 ru
How about this one? netstat -anp | grep uhttp
Also install tcpdump -> opkg update; opkg install tcpdump
Then start monitoring the lan port for http(s) tcpdump -i br-lan -evn tcp port 80 or tcp port 443
Try to connect from your browser, some lines will appear on the screen, stop the tcpdump with Ctrl-c, copy and paste the output here.
I solved it!
In chrome was link (in favorites) to https://10.0.0.1 to my old config before upgrade to 19.07.03 and it was ssl installed there, and after uprade was no ssl installed, so when I type in browser 10.0.0.1 it substitute https://10.0.0.1 link, and it was unavailable