Cannot proceed to the next lesson after lesson 2

Tell us what’s happening:
Describe your issue in detail here.
When I type the code below in the very first lesson and hit enter, the check mark doesn’t appear automatically as it is supposed to. When I hit ‘Run’ manually, the check mark appears. Then I proceed to the next lesson with “\l” in the terminal and hit enter, the databases are tabulated in the terminal, yet the CodeRoad command palette keeps showing this warning message: “You should be logged into postgresql”

Your code so far
Lesson 1:
psql --username=freecodecamp dbname=postgres

Lesson 2:
\l

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36

Challenge: Build a Mario Database

Link to the challenge:

FYI I have tried resetting the entire tutorial several times

I would suggest terminating the Postgres session with \q or Ctrl+D. After that exit the terminal as well using exit. Then reset the tutorial and try the commands again.

1 Like