OVN Network creation issues

I’m having issues creating an OVN network on IncusOS.

I created a Bridge network called “dummy-network” without IPv4 or IPv6.
I then tried to create a network called “UPLINK-ISOLATED” with the “dummy-network” as uplink.
This results in the following error in the UI:

Failed loading network: Failed to connect to OVN: failed to connect to unix:/run/ovn/ovnnb_db.sock: failed to open connection: dial unix /run/ovn/ovnnb_db.sock: connect: no such file or directory

From looking at the logs in incus admin os debug log ovn, it seems like everything is running properly.
This is my setup:

root@ovn-central01# ip -6 a
... fd5b:7e71:a0dc:1001:1266:6aff:feb0:c1c1 ...
root@ovn-central01# cat /etc/defaults/ovn-central
OVN_CTL_OPTS=" \
    --db-nb-create-insecure-remote=yes \
    --db-sb-create-insecure-remote=yes \
    --db-nb-addr=[fd5b:7e71:a0dc:1001:1266:6aff:feb0:c1c1] \
    --db-sb-addr=[fd5b:7e71:a0dc:1001:1266:6aff:feb0:c1c1] \
    --db-nb-cluster-local-addr=[fd5b:7e71:a0dc:1001:1266:6aff:feb0:c1c1] \
    --db-sb-cluster-local-addr=[fd5b:7e71:a0dc:1001:1266:6aff:feb0:c1c1] \
    --ovn-northd-nb-db=tcp:[fd5b:7e71:a0dc:1001:1266:6aff:feb0:c1c1]:6641 \
    --ovn-northd-sb-db=tcp:[fd5b:7e71:a0dc:1001:1266:6aff:feb0:c1c1]:6642 \
    "

In IncusOS’s OVN config:

state: {}
config:
  enabled: true
  database: tcp:[fd5b:7e71:a0dc:1001:1266:6aff:feb0:c1c1]:6642
  tunnel_address: '::1'
  tunnel_protocol: geneve

You didn’t configure Incus itself with the OVN northbound address.