You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you can also use Postico to manage your local databases
the DATABASE_URL value in .env should look like postgresql://USER@localhost:5432/SOMEDB where USER is your username on your local computer and SOMEDB is the name of the database you created.