Skip to content

Commit

Permalink
Added condition for P6008 Accelerate error
Browse files Browse the repository at this point in the history
  • Loading branch information
nurul3101 committed Dec 31, 2024
1 parent c3827cd commit f0fa0fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/300-accelerate/650-troubleshoot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ If the database’s server address (hostname) and port are incorrect or unreacha

This error can happen when the wrong credentials are provided to Prisma Accelerate, preventing it from establishing a connection to your database.

#### Database taking too long to respond

If the database is taking too long to respond to the connection request, Prisma Accelerate may timeout and throw this error. This could happen if the database is not active or is waking up from sleep mode.

**Suggested solution:** Verify the correctness of your database's username, password, and name in the connection string provided to Prisma Accelerate. Ensure that these credentials match those required by your database. Testing the connection using a direct database GUI tool can also help in confirming if the provided credentials are correct.

## Other errors
Expand Down

0 comments on commit f0fa0fe

Please sign in to comment.