balenaDash not showing URL

Using a Raspberry Pi4

Installed using this guide: https://www.balena.io/blog/make-a-web-frame-with-raspberry-pi-in-30-minutes/

Everything went well in the process, except it only shows the logo as a wallpaper and nothing else.
Tried the internal webserver and here I can change the URL, but it still won’t show

Here are the logs:
25.01.20 23:02:05 (+0100) wifi-connect Spider mode enabled. Check if remote file exists.
25.01.20 23:02:05 (+0100) wifi-connect --2020-01-25 22:02:05–
25.01.20 23:02:05 (+0100) wifi-connect Resolving google.com … 172.217.22.14, 2a00:1450:4001:81a::200e
25.01.20 23:02:05 (+0100) wifi-connect Connecting to google.com (google.com)|172.217.22.14|:80… connected.
25.01.20 23:02:05 (+0100) wifi-connect HTTP request sent, awaiting response… 301 Moved Permanently
25.01.20 23:02:05 (+0100) wifi-connect Location: [following]
25.01.20 23:02:05 (+0100) wifi-connect Spider mode enabled. Check if remote file exists.
25.01.20 23:02:05 (+0100) wifi-connect --2020-01-25 22:02:05–
25.01.20 23:02:05 (+0100) wifi-connect Resolving … 216.58.207.68, 2a00:1450:4001:819::2004
25.01.20 23:02:05 (+0100) wifi-connect Connecting to 216.58.207.68|:80… connected.
25.01.20 23:02:05 (+0100) wifi-connect HTTP request sent, awaiting response… 200 OK
25.01.20 23:02:05 (+0100) wifi-connect Length: unspecified [text/html]
25.01.20 23:02:05 (+0100) wifi-connect Remote file exists and could contain further links,
25.01.20 23:02:05 (+0100) wifi-connect but recursion is disabled – not retrieving.
25.01.20 23:02:05 (+0100) wifi-connect
25.01.20 23:02:05 (+0100) wifi-connect Skipping WiFi Connect

Hi,

The project requires a Pi 3B+ running in 32-bit mode - the Pi 4 is running in 64-bit mode. The logs for the dash service won’t be showing up as the container cannot be started.