docs: triage issues + revamp troubleshooting guides (#14216)

* docs: triage issues + revamp troubleshooting guides

* small change
This commit is contained in:
Shahed Nasser
2025-12-04 17:12:48 +02:00
committed by GitHub
parent a00bba5cfc
commit e3e3c725db
23 changed files with 126 additions and 69 deletions
@@ -1,6 +1,5 @@
import SaslSection from '../_sections/database-errors/sasl.mdx'
import ConnectionErrorSection from '../_sections/database-errors/connection-error.mdx'
import PrivilegesSection from '../_sections/database-errors/privileges.mdx'
import DockerSection from "../_sections/database-errors/docker.mdx"
export const metadata = {
@@ -9,24 +8,14 @@ export const metadata = {
# {metadata.title}
## Can't Connect to PostgreSQL Docker Container
This troubleshooting guide covers common database errors you may encounter when working with Medusa and how to resolve them.
<DockerSection />
---
## Error: SASL: SCRAM-SERVER-FIRST-MESSAGE: Client password must be a string
## General Errors Connecting to Database
<SaslSection />
---
## Error: connect ECONNREFUSED ::1:5432
## Can't Connect to PostgreSQL Docker Container
<ConnectionErrorSection />
---
## Database User Privileges
<PrivilegesSection />
<DockerSection />