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:
@@ -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 />
|
||||
Reference in New Issue
Block a user