Issues getting to landing page

Dont know if this is the right spot to ask for help, if not, I apologize.
I have asl3 fully working and linked to other locations, no issues there.
But trying to get the landing page, when I try to put my hostxxxxx.local and I get the Apache2 Debian Default page. If I try with the ip address of the device, I get the same debian apache 2 page. If I try with port 9090 behind it, even with https:// ahead of it, I get nothing, “site cant be reached” … Any ideas?

I had a computer with brand new hard drive and installed Debian 12 server on it first … Then installed the asl3 program and configured everything

The landing page is only available on the Pi Appliance version although there’s been enough interest in it that I’m working on full support for non-Pi platforms. Are you willing to do some VERY LIGHT beta testing for me? If so, please run the following commands as root (i.e. sudo -s) ONE AT A TIME – do not copy-past the whole command set in:

asl-repo-switch -l beta
apt update
apt upgrade -y
apt install asl3-pi-appliance
asl-repo-switch -l main
reboot

And see if you have any success or issues. There MAY be some issues reported in the console output.

Sure. Working on it now then will check it out and report back

On step 4 , I got this issue:

Errors were encountered while processing:
asl3-pi-appliance
E: Sub-process /usr/bin/dpkg returned an error code (1)

Thanks. Can you please try this again:

apt remove asl3-pi-appliance
asl-repo-switch -l beta
apt update
apt upgrade -y
apt install asl3-pi-appliance
asl-repo-switch -l main
reboot

Working so far. Even though my allmon 3 isnt starting up. So working on that now.

Thanks. A prod release will be coming soon.