docs: added troubleshooting guides + improvements (#11927)

* docs: added troubleshooting guides + improvements

* build fixes
This commit is contained in:
Shahed Nasser
2025-03-21 11:47:03 +02:00
committed by GitHub
parent c4f75ecbb2
commit 4c33586946
35 changed files with 17258 additions and 15864 deletions
@@ -2,7 +2,8 @@
sidebar_label: "Vercel"
---
import { Prerequisites } from "docs-ui"
import RewritesError from "../../../troubleshooting/_sections/storefront/rewrites.mdx"
import { Prerequisites, DetailsList } from "docs-ui"
export const metadata = {
title: `Deploy Medusa Next.js to Vercel`,
@@ -143,3 +144,12 @@ Once the redeployment is done, test out the storefront by going to its URL. Try
## Troubleshooting
If youre running into issues in your storefront, find the logs in your Vercel projects dashboard under the Logs tab.
<DetailsList
sections={[
{
title: "Login Page Error",
content: <RewritesError />
}
]}
/>