Can't Get Screenly to Start

Rpi3. I installed Raspian full and Raspian Lite with the same result. The Screenly installer works without error, but after the reboot I can’t get to the management screen on port 80 or port 8080. I can SSH into the Pi and I can ping it so I know the network is functional. I did a port scan on the IP address of the Pi and all I see is port 22 (SSH), so I don’t believe the web server is starting.

Are there logs somewhere I can look at?

Same issue for me, installed raspbian buster lite, ran the OSE install script. But after reboot it just goes to console. Screenly doesn’t load at all, and the admin interface is inaccessible

Download latest version of Raspbian bullseye lite: here

Install Screenly OSE via bash script by running command on Pi console:
bash <(curl -sL https://install-ose.srly.io)

If after installation you dont get splash screen due to a recent small bug, go to Pi console and run:
./screenly/bin/upgrade_containers.sh

If that doesnt work, send a screenshot on the part that didnt work.
Logs are shown for the host by running:
journalctl

And logs in docker are:
docker logs screenly-srly-ose-viewer-1 > for viewer
docker logs screenly-srly-ose-server-1 > for server