Files
medusa-store/www/apps/docs/content/troubleshooting/create-medusa-app-errors.mdx
Shahed Nasser 1c6c759aa8 docs: added a troubleshooting section for --db-url option (#5872)
* docs: added a troubleshooting section for --db-url option

* fix vale error
2023-12-14 14:59:07 +02:00

37 lines
709 B
Plaintext

---
title: 'Common Create-React-App Errors'
---
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
<TypeError />
---
## Invalid Token Error with --no-browser Option
<InvalidTokenError />
---
## Can't Connect to PostgreSQL Docker Container
<DockerSection />
---
## Can't connect to database with --db-url option
<DbUrlError />
---
## Other Errors
<OtherErrors />