OpenVPN profile missing server IP address

Hello,

I have a new Balance One at work (firmware 8.1.2 build 5114) configured for remote access through OpenVPN. The WAN1 interface is configured with a static IP and it is the only interface selected for remote access.

The problems is that the OpenVPN profile generated by the Balance One is missing the IP of the router, generating this error on the OpenVPN client while importing the profile:

*Failed to parse profile: option_error: *
remote option not specified

Indeed, opening the ovpn file shows no such line:

client
dev tun
proto udp

remote-random
resolv-retry infinite
nobind
persist-key
persist-tun
auth-user-pass
verb 3
setenv CLIENT_CERT 0
remote-cert-tls server
tls-client
reneg-sec 3600
cipher AES-256-GCM
redirect-gateway def1 bypass-dhcp

Any ideas?
Thanks.

Editing the line remote-random in remote router_IP 8194 udp fixes the profile import error.

I am using OpenVPN client 3.2.7 on Mac and 3.2.3 on W10.