Troubles completing the Celestial Bodies Project

I finished the project locally, but I can’t seem to connect to Postgres anymore when I run the project online. For one, I keep getting this message:
SUBTASKS 1.1 “before all” hook for “:1 “universe” database should exist”

Secondly, despite cache clears and reboots I am met with this:
codeally@7c918f0b41e9:~/project$ psql --username=freecodecamp --dbname=universe
psql: error: connection to server on socket “/var/run/postgresql/.s.PGSQL.5432” failed: No such file or directory
Is the server running locally and accepting connections on that socket?

So it seems like I can’t even build from scratch. I’m kind of at a loss right now.

So aside from that issue, if I load the Bash Scripting course I just get a blank screen.

Are other people also experiencing problems still?