Files
medusa-store/docs/content/troubleshooting/database-error.mdx
Shahed Nasser 9748d8b7c0 docs: added a note about db user create privilege (#4584)
* docs: added a note about db user create privilege

* added troubleshooting section
2023-07-21 17:39:43 +03:00

23 lines
453 B
Plaintext

---
title: 'Database Errors'
---
import SaslSection from './database-errors/_sasl.md'
import ConnectionErrorSection from './database-errors/_connection-error.md'
import PrivilegesSection from './database-errors/_privileges.md'
## Error: SASL: SCRAM-SERVER-FIRST-MESSAGE: Client password must be a string
<SaslSection />
---
## Error: connect ECONNREFUSED ::1:5432
<ConnectionErrorSection />
---
## Database User Privileges
<PrivilegesSection />