Error: Failed to setup trust relationship with cluster: failed client cert to cluster: not authorized

Hi everyone,
While connecting with cluster am getting below error what would the reason?
root@ah:~# lxd init
Would you like to use LXD clustering? (yes/no) [default=no]: yes
What name should be used to identify this node in the cluster? [default=ah]:
What IP address or DNS name should be used to reach this node? [default=192.168.1.43]:
Are you joining an existing cluster? (yes/no) [default=no]: yes
IP address or FQDN of an existing cluster node: 192.168.1.18
Cluster fingerprint: **********************************
You can validate this fingerprint by running “lxc info” locally on an existing node.
Is this the correct fingerprint? (yes/no) [default=no]: yes
Cluster trust password:
All existing data is lost when joining a cluster, continue? (yes/no) [default=no] yes
Error: Failed to setup trust relationship with cluster: failed client cert to cluster: not authorized

You’re likely providing the wrong password, and I probably gave you the wrong hint about how to figure out the current password if you forgot it, since we stored it encrypted in the database.

You can change the current password with:

lxd config set core.trust_password=<your-new-password>

and then just use it to join the new node.

@freeekanayaka Trust password set and works really thank you.
What does these lines to mentioned:
Choose the local disk or dataset for storage pool “default” (empty for loop disk):
Choose the local disk or dataset for storage pool “local” (empty for loop disk):
Choose the local disk or dataset for storage pool “lxd” (empty for loop disk):