Files
medusa-store/www/apps/resources/app/troubleshooting/create-medusa-app-errors/page.mdx
Shahed Nasser a8df528c65 docs: add a need help button (#8069)
* docs: add a need help button

* change github issue link

* responsive fixes
2024-07-11 10:29:13 +03:00

53 lines
1.1 KiB
Plaintext

import TypeError from "../_sections/create-medusa-app-errors/typeerror.mdx"
import OtherErrors from "../_sections/create-medusa-app-errors/other-errors.mdx"
import NextjsError from "../_sections/nextjs/cma-option.mdx"
import InvalidTokenError from "../_sections/create-medusa-app-errors/no-browser-token-error.mdx"
import DockerSection from "../_sections/database-errors/docker.mdx"
import DbUrlError from "../_sections/create-medusa-app-errors/db-url-error.mdx"
import ForwardingError from "../_sections/create-medusa-app-errors/forwarding.mdx"
export const metadata = {
title: `Common create-medusa-app Errors`,
}
# {metadata.title}
## TypeError: cmd is not a function
<TypeError />
---
## Errors when using VSCode or GitHub Codespaces
<ForwardingError />
---
## 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 />
---
## Can't Access Next.js Starter Storefront
<NextjsError />
---
## Other Errors
<OtherErrors />