docs: added troubleshooting component (#4255)
This commit is contained in:
16
docs/content/troubleshooting/database-error.mdx
Normal file
16
docs/content/troubleshooting/database-error.mdx
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: 'Database Errors'
|
||||
---
|
||||
|
||||
import SaslSection from './database-errors/_sasl.md'
|
||||
import ConnectionErrorSection from './database-errors/_connection-error.md'
|
||||
|
||||
## Error: SASL: SCRAM-SERVER-FIRST-MESSAGE: Client password must be a string
|
||||
|
||||
<SaslSection />
|
||||
|
||||
---
|
||||
|
||||
## Error: connect ECONNREFUSED ::1:5432
|
||||
|
||||
<ConnectionErrorSection />
|
||||
Reference in New Issue
Block a user