VPN connection works, but no access to local devices.. on a computer

Hello. I deployed Wireguard in my network, because I need access to some local devices/services being outside the home. Connection works, but I can't access local devices/services, for example to 192.168.1.1 (it is my OpenWrt router) or http://orange.pi:82. The weird thing is that, I could access local devices/services for about two maybe three days after Wireguard Deployment, but now it is not working... on a computer (Fedora Linux with GNOME, Wireguard config imported via Network settings). This feature still works on my mobile phone with the same config (Android/Nothing Phone 1). I deployed Wireguard via PiVPN, but I had the same issue using Docker version of Wireguard. Unfortunately, I need this access on my computer to finish my school projects.

[Interface]
PrivateKey = [redacted]
Address = 10.26.55.3/24
DNS = 192.168.1.1 

[Peer]
PublicKey = [redacted]
PresharedKey = [redacted]
Endpoint = [redacted]:51820
AllowedIPs = 0.0.0.0/0

Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </> " button:
grafik
Remember to redact passwords, MAC addresses and any public IP addresses you may have:

ubus call system board
cat /etc/config/network
cat /etc/config/wireless
cat /etc/config/dhcp
cat /etc/config/firewall