Internet Connectivity Issue with MikroTik Router

Your WAN interface is actually br-wan:

/interface bridge port
add bridge=br-wan interface=vlan832-internet internal-path-cost=10 path-cost=10

(WAN DHCP client runs off br-wan as well). So add this interface to WAN interface list.

Read more about different bridge personalities, it should clear things to you.