VM Aggregate local address

1. What is the problem? Be very detailed.
I have downloaded ODK-Aggregate-v2.0.5-VM.ova and imported it in Oracle Virtual Box
as the instructions says :
Download the latest Aggregate VM from the GitHub releases page and unzip the file.

Double-click the OVA file inside the zip to let VirtualBox import the VM. Accept the default settings.

After the import completes, start the VM. Select it with your mouse and click on the Start button on the VirtualBox top toolbar. A new black and white window will open.

After the VM starts, wait for Welcome to ODK Aggregate VM message to appear.

Do not log into the screen of the VM. Instead, on your computer, open a web browser.

i can access the URL 127.0.0.1:10080
but when i switch vm setting from NAT to Bridged and reboot the machine ,it doesn't get an IP from my local network router (DHCP) the welcome message stay saying
go to http://localhost:10080
but at this point the URL doesn;t response until i switch back to NAT
ERR_CONNECTION_REFUSED
2. What app or server are you using and on what device and operating system? Include version numbers.
Aggregate VM from the GitHub releases page v2.0.5
Oracle VM 6
3. What you have you tried to fix the problem?
i tried Bridged mode in vm network setting and other option (Host-Only)
i tried to modify network interfaces
but there is no setting for
lo
enp0s3
i looked for same issue in this forum but didn't fine anything related
4. What steps can we take to reproduce the problem?
please tell me if i do something wrong .
or what else can i do to access the application from my local network
5. Anything else we should know or have? If you have a test form or screenshots or logs, attach below.
image

i succeeded to get a new IP address by running this command
aggregate-config --fqdn 192.168.1.87 --http-port 8080 --https-port 8443 --net-mode bridge
of course the 192.168.1.87 was a random choice
but i realized that the machine got an IP from the dhcp and it is
192.168.1.104
but i cant access web interface using this ip
i get
ERR_CONNECTION_REFUSED
again!!!!

this issue is solved now.
i repeat setup steps
it is very important to follow every step carfully (dont to login vm aggregare befor loging in web application)