16 lines
331 B
Plaintext
16 lines
331 B
Plaintext
---
|
|
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 /> |