docs: add a need help button (#8069)
* docs: add a need help button * change github issue link * responsive fixes
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
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-React-App Errors`,
|
||||
title: `Common create-medusa-app Errors`,
|
||||
}
|
||||
|
||||
# {metadata.title}
|
||||
@@ -41,6 +42,12 @@ export const metadata = {
|
||||
|
||||
---
|
||||
|
||||
## Can't Access Next.js Starter Storefront
|
||||
|
||||
<NextjsError />
|
||||
|
||||
---
|
||||
|
||||
## Other Errors
|
||||
|
||||
<OtherErrors />
|
||||
Reference in New Issue
Block a user