docs: triage issues + revamp troubleshooting guides (#14216)
* docs: triage issues + revamp troubleshooting guides * small change
This commit is contained in:
@@ -5,6 +5,8 @@ import InvalidTokenError from "../_sections/create-medusa-app-errors/no-browser-
|
||||
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"
|
||||
import SaslSection from '../_sections/database-errors/sasl.mdx'
|
||||
import ModuleXErrorSection from '../_sections/common-installation-errors/module-x-error.mdx'
|
||||
|
||||
export const metadata = {
|
||||
title: `Common create-medusa-app Errors`,
|
||||
@@ -12,6 +14,14 @@ export const metadata = {
|
||||
|
||||
# {metadata.title}
|
||||
|
||||
This troubleshooting guide covers common errors you may encounter when using the `create-medusa-app` command to set up a new Medusa application and how to resolve them.
|
||||
|
||||
## General Errors Connecting to Database
|
||||
|
||||
<SaslSection />
|
||||
|
||||
---
|
||||
|
||||
## TypeError: cmd is not a function
|
||||
|
||||
<TypeError />
|
||||
@@ -48,6 +58,12 @@ export const metadata = {
|
||||
|
||||
---
|
||||
|
||||
## Resolve "Cannot find module X" Errors
|
||||
|
||||
<ModuleXErrorSection />
|
||||
|
||||
---
|
||||
|
||||
## Other Errors
|
||||
|
||||
<OtherErrors />
|
||||
Reference in New Issue
Block a user