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
Copy file name to clipboardExpand all lines: docs/troubleshooting-guide.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,12 @@ This is possible if a part of API input/output definition changes.
30
30
Simply rerun the command to build the type definitions to resolve the problem.
31
31
</panel>
32
32
33
+
<panelheader="When running ./gradlew serverRun, the authentication fails with 'org.postgresql.util.PSQLException: FATAL: password authentication failed for user "teammates"'"no-close>
34
+
35
+
This is possible if a local PostgreSQL instance is already running on port 5432.
36
+
This can be fixed by manually killing the local PostgreSQL server process before running ./gradlew serverRun again.
0 commit comments