Errors on reinstall, apps won't start

Upon reinstall i get errors like this:

Starting Docker services…

Creating network “umbrel_main_network” with the default driver
Creating tor … done
Creating auth … done
Creating dashboard … done
Creating manager … done
Creating nginx … done

Removing status server iptables entry…
No existing iptables entry found.

Starting installed apps…

Starting app ride-the-lightning…
Starting app sphinx-relay…
Starting app lndg…
Starting app lightning-terminal…
Starting app thunderhub…
cat: /home/umbrel/umbrel/app-data/ride-the-lightning/umbrel-app.yml: No such file or directory
cat: /home/umbrel/umbrel/app-data/lightning-terminal/umbrel-app.yml: No such file or directory
cat: /home/umbrel/umbrel/app-data/sphinx-relay/umbrel-app.yml: No such file or directory
cat: /home/umbrel/umbrel/app-data/thunderhub/umbrel-app.yml: No such file or directory
cat: /home/umbrel/umbrel/app-data/lndg/umbrel-app.yml: No such file or directory
cat: /home/umbrel/umbrel/app-data/ride-the-lightning/umbrel-app.yml: No such file or directory
cat: /home/umbrel/umbrel/app-data/sphinx-relay/umbrel-app.yml: No such file or directory
cat: /home/umbrel/umbrel/app-data/lightning-terminal/umbrel-app.yml: No such file or directory
cat: /home/umbrel/umbrel/app-data/lndg/umbrel-app.yml: No such file or directory
cat: /home/umbrel/umbrel/app-data/thunderhub/umbrel-app.yml: No such file or directory

Warning: “ride-the-lightning” is missing a ‘torrc’ config. file
“ride-the-lightning” will be inaccessible over Tor

Warning: “lightning-terminal” is missing a ‘torrc’ config. file
“lightning-terminal” will be inaccessible over Tor

Warning: “thunderhub” is missing a ‘torrc’ config. file
“thunderhub” will be inaccessible over Tor

Warning: “sphinx-relay” is missing a ‘torrc’ config. file
“sphinx-relay” will be inaccessible over Tor

Warning: “lndg” is missing a ‘torrc’ config. file
“lndg” will be inaccessible over Tor

cat: /home/umbrel/umbrel/app-data/ride-the-lightning/umbrel-app.yml: No such file or directory
cat: /home/umbrel/umbrel/app-data/lightning-terminal/umbrel-app.yml: No such file or directory
cat: /home/umbrel/umbrel/app-data/ride-the-lightning/umbrel-app.yml: No such file or directory
cat: /home/umbrel/umbrel/app-data/thunderhub/umbrel-app.yml: No such file or directory
cat: /home/umbrel/umbrel/app-data/sphinx-relay/umbrel-app.yml: No such file or directory
cat: /home/umbrel/umbrel/app-data/lightning-terminal/umbrel-app.ymlcat: /home/umbrel/umbrel/app-data/lndg/umbrel-app.yml: No such file or directory
cat: /home/umbrel/umbrel/app-data/thunderhub/umbrel-app.yml: No such file or directory
: No such file or directory
cat: /home/umbrel/umbrel/app-data/sphinx-relay/umbrel-app.yml: No such file or directory
cat: /home/umbrel/umbrel/app-data/lndg/umbrel-app.yml: No such file or directory
WARNING: The APP_RIDE_THE_LIGHTNING_PORT variable is not set. Defaulting to a blank string.
WARNING: The LND_DATA_DIR variable is not set. Defaulting to a blank string.
WARNING: The BITCOIN_DATA_DIR variable is not set. Defaulting to a blank string.
WARNING: The APP_RIDE_THE_LIGHTNING_LOOP_IP variable is not set. Defaulting to a blank string.
WARNING: The APP_RIDE_THE_LIGHTNING_IP variable is not set. Defaulting to a blank string.
ERROR: The Compose file ‘/home/umbrel/umbrel/app-data/ride-the-lightning/docker-compose.yml’ is invalid because:
services.web.ports contains an invalid type, it should be a number, or an object
WARNING: The APP_LIGHTNING_TERMINAL_PORT variable is not set. Defaulting to a blank string.
WARNING: The LND_DATA_DIR variable is not set. Defaulting to a blank string.
WARNING: The APP_LIGHTNING_TERMINAL_IP variable is not set. Defaulting to a blank string.
WARNING: The APP_THUNDERHUB_PORT variable is not set. Defaulting to a blank string.
WARNING: The LND_DATA_DIR variable is not set. Defaulting to a blank string.
WARNING: The APP_THUNDERHUB_IP variable is not set. Defaulting to a blank string.
ERROR: The Compose file ‘/home/umbrel/umbrel/app-data/lightning-terminal/docker-compose.yml’ is invalid because:
services.web.ports contains an invalid type, it should be a number, or an object
ERROR: The Compose file ‘/home/umbrel/umbrel/app-data/thunderhub/docker-compose.yml’ is invalid because:
services.web.ports contains an invalid type, it should be a number, or an object
WARNING: The LND_DATA_DIR variable is not set. Defaulting to a blank string.
WARNING: The APP_SPHINX_RELAY_PORT variable is not set. Defaulting to a blank string.
WARNING: The APP_SPHINX_RELAY_IP variable is not set. Defaulting to a blank string.
ERROR: The Compose file ‘/home/umbrel/umbrel/app-data/sphinx-relay/docker-compose.yml’ is invalid because:
services.sphinx-relay.ports contains an invalid type, it should be a number, or an object
WARNING: The APP_LNDG_PORT variable is not set. Defaulting to a blank string.
WARNING: The LND_DATA_DIR variable is not set. Defaulting to a blank string.
WARNING: The APP_LNDG_IP variable is not set. Defaulting to a blank string.
ERROR: The Compose file ‘/home/umbrel/umbrel/app-data/lndg/docker-compose.yml’ is invalid because:
services.web.ports contains an invalid type, it should be a number, or an object

same here…
did figure out that the .env was missing the entries for all those apps, but simply adding them is not doing the trick it seems