docs: added a troubleshooting section for --db-url option (#5872)

* docs: added a troubleshooting section for --db-url option

* fix vale error
This commit is contained in:
Shahed Nasser
2023-12-14 14:59:07 +02:00
committed by GitHub
parent c0ce969cd7
commit 1c6c759aa8
3 changed files with 21 additions and 0 deletions
@@ -6,6 +6,7 @@ import TypeError from './create-medusa-app-errors/_typeerror.md'
import OtherErrors from './create-medusa-app-errors/_other-errors.mdx'
import InvalidTokenError from './create-medusa-app-errors/_no-browser-token-error.md'
import DockerSection from "./database-errors/_docker.md"
import DbUrlError from './create-medusa-app-errors/_db-url-error.md'
## TypeError: cmd is not a function
@@ -25,6 +26,12 @@ import DockerSection from "./database-errors/_docker.md"
---
## Can't connect to database with --db-url option
<DbUrlError />
---
## Other Errors
<OtherErrors />