docs: added troubleshooting for postgres docker container (#5629)

* docs: added troubleshooting for postgres docker container

* fix component name
This commit is contained in:
Shahed Nasser
2023-11-14 12:27:38 +02:00
committed by GitHub
parent 26617cecf1
commit edeec07466
5 changed files with 47 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ import SaslSection from '../../troubleshooting/database-errors/_sasl.md'
import ConnectionErrorSection from '../../troubleshooting/database-errors/_connection-error.md'
import FreshInstallationSection from '../../troubleshooting/awilix-resolution-error/_fresh-installation.md'
import EaddrinuseSection from '../../troubleshooting/eaddrinuse.md'
import DockerSection from '../../troubleshooting/database-errors/_docker.md'
# Install Medusa Backend
@@ -98,6 +99,10 @@ curl localhost:9000/store/products
title: 'Error: SASL: SCRAM-SERVER-FIRST-MESSAGE: Client password must be a string',
content: <SaslSection />
},
{
title: "Can't Connect to PostgreSQL Docker Container",
content: <DockerSection />
},
{
title: 'Error: connect ECONNREFUSED ::1:5432',
content: <ConnectionErrorSection />