docs: added new troubleshooting sections (#4571)

* docs: added troubleshooting section for EADDRINUSE

* added custom hooks troubleshooting

* fix tab issues

* fix double active items in sidebar

* Update sidebars.js
This commit is contained in:
Shahed Nasser
2023-07-20 19:13:59 +03:00
committed by GitHub
parent 3c33ca922a
commit 525b34d575
6 changed files with 65 additions and 0 deletions
@@ -10,6 +10,7 @@ import Troubleshooting from '@site/src/components/Troubleshooting'
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'
# Install Medusa Backend
@@ -99,6 +100,10 @@ curl localhost:9000/store/products
title: 'Error: connect ECONNREFUSED ::1:5432',
content: <ConnectionErrorSection />
},
{
title: 'Error: EADDRINUSE',
content: <EaddrinuseSection />
},
{
title: 'AwilixResolutionError: Could Not Resolve X',
content: <FreshInstallationSection />