Skip to content

Commit

Permalink
Add troubleshooting to README file
Browse files Browse the repository at this point in the history
  • Loading branch information
canjalal committed Nov 5, 2024
1 parent 1381f7f commit e5520c6
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,24 @@ Run `npm run db:migrate` to migrate the database. However, until Compass is depl

### Troubleshooting

Compass app is not running:
#### Compass app is not running:

Make sure that Docker is running in the background

Client id is required:
#### Login screen flashes like it is stuck in a loop

Make sure that Docker is running in the background

#### Seeding script does not work

Log in with your Google credentials first, and rerun to generate the first user.

### Postgres refuses to start

Ensure you have port forwarding for port 5432 from Docker to your local machine set up,
and that you are not already running Postgres in the background for another servie.

#### Client id is required:

Fill out the Google Client ID and Google Client Secret in .env.local

Expand Down

0 comments on commit e5520c6

Please sign in to comment.