Skip to content

Commit

Permalink
Merge branch 'main' into nurul3101-patch-18
Browse files Browse the repository at this point in the history
  • Loading branch information
nurul3101 authored Dec 31, 2024
2 parents 4016218 + c910e1d commit cdf70d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions content/300-accelerate/650-troubleshoot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,13 @@ This error can happen when the wrong credentials are provided to Prisma Accelera

**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.

#### 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 that the database is active and reachable. If the database is in sleep mode, try to wake it up by sending a request to it using a direct database GUI tool or wake it up using the database's management console.


## Other errors

### Error with MySQL (Aiven): "We were unable to process your request. Please refresh and try again."
Expand Down

0 comments on commit cdf70d2

Please sign in to comment.