docs: added general troubleshooting error (#4625)

This commit is contained in:
Shahed Nasser
2023-07-28 11:42:06 +03:00
committed by GitHub
parent 75f2f9ad62
commit 5d71a8d26f
4 changed files with 33 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import DocCardList from '@theme/DocCardList';
import Icons from '@theme/Icon';
import Troubleshooting from '@site/src/components/Troubleshooting'
import TypeErrorSection from "./troubleshooting/create-medusa-app-errors/_typeerror.md"
import OtherErrorsSection from "./troubleshooting/create-medusa-app-errors/_other-errors.md"
import OtherErrorsSection from "./troubleshooting/create-medusa-app-errors/_other-errors.mdx"
import EagainError from "./troubleshooting/create-medusa-app-errors/_eagain-error.md"
import ConnectionErrorSection from './troubleshooting/database-errors/_connection-error.md'
import FreshInstallationSection from './troubleshooting/awilix-resolution-error/_fresh-installation.md'