Files
medusa-store/www/apps/docs/content/troubleshooting/create-medusa-app-errors.mdx
Shahed Nasser edeec07466 docs: added troubleshooting for postgres docker container (#5629)
* docs: added troubleshooting for postgres docker container

* fix component name
2023-11-14 12:27:38 +02:00

30 lines
568 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"
## TypeError: cmd is not a function
<TypeError />
---
## Invalid Token Error with --no-browser Option
<InvalidTokenError />
---
## Can't Connect to PostgreSQL Docker Container
<DockerSection />
---
## Other Errors
<OtherErrors />