Skip to main content
Filter by
Sorted by
Tagged with
-6 votes
0 answers
32 views

I'm building a SaaS platform using: Next.js (App Router) Turborepo for managing multiple apps + shared packages Vercel for deployment I want to understand how Turborepo handles: Remote caching ...
Sahil Kumar's user avatar
1 vote
0 answers
21 views

I'm deploying a Bun + Express application to Vercel. Locally, my Express app works perfectly with routes defined in separate files and imported into index.ts. However, on Vercel, the deployment ...
Dev Ayush's user avatar
  • 143
0 votes
0 answers
14 views

I’m trying to deploy my full MERN project (frontend + backend) on Vercel. The frontend works fine, but the backend is not loading data. I keep getting this error in the console: GET https://cutomer-...
Safeya Yasien's user avatar
-1 votes
0 answers
57 views

import{ PrismaClient }from '../app/generated/prisma' I see red underline for this line in my vs code and also having a error "module can be found" something like that in my terminal. But it ...
Lamidu Rathnayake's user avatar
Best practices
0 votes
0 replies
42 views

I'm working on a Next.js 14 app with several dynamic routes (e.g., /product/[id]) that render product details from a large dataset (around 50k+ records) stored in PostgreSQL. I'm using ...
Mina Golzari Dalir's user avatar
0 votes
0 answers
30 views

I am getting this below error when using one click vercel payload deployment. https://vercel.com/templates/next.js/payload-website-starter All the connection strings are added properly(automatically). ...
Lahiru Lanka Rathnayaka's user avatar
0 votes
0 answers
36 views

I'm trying to deploy our homepage repo (apps/nd-web-home) to Vercel. Locally: the build works fine. On Vercel: the deploy fails with Module not found: Can't resolve '@repo/ui'. Our setup: /packages/...
Rohil's user avatar
  • 75
-2 votes
2 answers
87 views

Problem I have a React app using Leaflet.js (v.1.9.0) and I host it in Vercel. Building works OK, but when visiting my app online logs this message in console: Uncaught ReferenceError: require is not ...
LoukasPap's user avatar
  • 1,348
0 votes
1 answer
94 views

I have split my Vue.js project into two parts: The frontend is a Vue app, which I successfully deployed to Netlify, and it works fine. The backend is a simple Node.js + Express server that I want to ...
Haitam Jebari's user avatar
1 vote
1 answer
274 views

I have a FastAPI + Next.js project deployed on Vercel. Locally everything works, but on Vercel some routes break depending on whether I use a trailing slash in the route definition. For example, in my ...
AmericaDoodles's user avatar
0 votes
0 answers
44 views

I have a monorepo project with a Flask backend (deployed separately) and a Next.js frontend located in a frontend directory. I'm trying to deploy only the frontend on Vercel. Project Structure: text ...
Alu's user avatar
  • 45
0 votes
0 answers
41 views

when deploying the project on Vercel, an error occurs: File "/var/task/api/main.py", line 2, in <module> from config import app, db ModuleNotFoundError: No module named 'config' i ...
ispite's user avatar
  • 107
0 votes
1 answer
220 views

This is the error it's giving when I run npm run build: ml@M-----MacBook-Air skyfold.dev % npm run build > [email protected] build > next build ▲ Next.js 15.4.6 - Environments: .env ...
DwangML's user avatar
0 votes
0 answers
23 views

The problem I am running into is that the local typecheck is OK, but the Vercel deployment typecheck is failing: "@chakra-ui/react": "^3.25.0", "@emotion/react": "^...
Phil Lucks's user avatar
  • 4,152
0 votes
0 answers
50 views

I have a nextjs (15.3.1) application entirely based on dynamic routes, this is the output when I build it: Route (app) Size First Load JS ┌ ○ / ...
ste's user avatar
  • 3,289
0 votes
1 answer
108 views

fetch('https://localhost:7077/api/test/users') .then(res => res.json()) .then(data => console.log('Users:', data)) .catch(err => console.error('Error:', err)); Error: Promise {<...
Brandon's user avatar
0 votes
0 answers
48 views

When deployed, it fails Cookie validation Bypass Vercel firewall rules for API routes even though cookie + header is seen from the browser middleware.ts import { NextResponse } from 'next/server'; ...
Dumindu Jayasekara's user avatar
0 votes
0 answers
43 views

I am stuck on a frustrating behavior on my next js app which I recently deployed to vercel production environment. Basically all pages are loading except my SSR page that uses dynamic routes. Also ...
Abdul Hannan's user avatar
0 votes
0 answers
69 views

i am using express + typescript, and deploying with vercel. "scripts": { "start": "nodemon --exec npx tsx src/app.ts", "build": "tsc && tsc-...
Sein kim's user avatar
0 votes
0 answers
77 views

I'm having a persistent issue deploying a Vite + React (TypeScript) application with a Node.js (Express) backend to Vercel, and I'm caught in a frustrating loop. The Tech Stack: Frontend: Vite, React,...
Krishna Dhoot's user avatar
1 vote
1 answer
280 views

I'm working on a Vercel-hosted monorepo with the following setup: index.ts (using the Hono framework with hono/vercel) is compiled using tsup into dist/functions/index.js Static assets are built ...
Davi Lima's user avatar
0 votes
1 answer
73 views

I am facing a challenging debugging journey and its solution for an issue with @auth0/nextjs-auth0 on Vercel with the Next.js App Router. Core Framework & Auth Libraries: Next.js: ^14.2.15 React: ...
unacorn's user avatar
  • 1,100
0 votes
0 answers
72 views

I'm using Vercel to build a static web page for one of my coding projects. It's linked up to my GitHub repo, so it's automatically rebuilding every time I push any changes to my repo. Since my project ...
mehkij's user avatar
  • 35
0 votes
2 answers
105 views

I am building a website using Next.js 15.3.3, React 19, and Sanity.io for content. Everything works perfectly in my local development environment (next dev). However, when I deploy to Vercel, the ...
Devansh Sharma's user avatar
0 votes
0 answers
66 views

I'm trying to deploy my Angular project in Vercel and I keep getting this error message: ✘ [ERROR] The 'quote/:categoryId' route uses prerendering and includes parameters, but 'getPrerenderParams' is ...
Maria Rosa Bravo Gil's user avatar

1
2 3 4 5
69