OpenVPN connection with pfSense VPN Server

Hello MikroTik Community,

I am seeking guidance to resolve a routing configuration challenge involving an OpenVPN client setup on a MikroTik hAP ac2. Below are the details of my configuration and observed behavior:
Current Setup:

OpenVPN Server (pfSense) with virtual network: 10.0.8.0/24: Configured with redirect-gateway def1 to enforce all client traffic through the VPN tunnel (assigning the server’s external IPv4 to clients).
MikroTik hAP ac2: Acts as an OpenVPN client (interface: danpolVPN). The tunnel establishes successfully, confirmed via /interface openvpn-client monitor danpolVPN, also pfSense show that 1 connection is established.

Expected Behavior: All LAN Mikrotik traffic (192.168.88.0/24) should route through the VPN tunnel, using the pfsense public IP.

I was trying configure new traffic routes with distance 1, but nothing changes. Also i tried run .ovpn config straight o my local pc, and it worked, confirmed on whatismyip.com.
For now i deleted all of my configuration except ovpn interface.

Could anyone advise on potential misconfigurations or overlooked steps?