Skip to main content

Questions tagged [vercel]

For software-development questions about Vercel, a frontend cloud deployment platform.

0 votes
0 answers
12 views

Keep getting error while uploading Django project in vercel

while i am deploying my Django project using vercel i am keep getting this error Error: No Output Directory named "staticfiles_build" found after the Build completed. You can configure the ...
Akarshan Ghosh's user avatar
0 votes
1 answer
18 views

What should my vercel.json config file to deploy my MERN stack given my current project folder organization?

I am trying to deploy my MERN stack on vercel but I can't get much documentation on what the vercel.config file should contain. This is how my Vite (npm create vite@latest) MERN project is structured: ...
jlimsy's user avatar
  • 3
0 votes
0 answers
8 views

Log in works only on subdomains and not the apex domain: Bug with google oauth, vercel hosting and supabase:

I’ve been trying to get supabase nextjs and google oauth to work on my domain and I’ve encountered a weird bug. When I change the site url to test.domain.org/redirect_point and test it on my test....
Sid's user avatar
  • 1
1 vote
1 answer
19 views

Angular 18 SSR Vercel issue with 404

I can't make my 404 page using Angular SSR deployed on Vercel Serveless Function When accessing a bad url supposed to be 404 have this error This Serverless Function has crashed. its a 500 internal ...
The Segfault's user avatar
  • 1,021
0 votes
0 answers
8 views

Uncaught Exception: ERR_STREAM_WRITE_AFTER_END in Next.js API route

I'm frequently encountering this error in one of my Next.js serverless API routes: "Uncaught Exception: Error [ERR_STREAM_WRITE_AFTER_END]" This error suggests that there's an attempt to ...
GorvGoyl's user avatar
  • 47.3k
0 votes
0 answers
10 views

useDropzone causing 500 on refresh in Next.js App on Vercel

We're using dropzone in a Next.js app hosted on Vercel. When the page loads from being navigated from somewhere else in the app it's fine. If you refresh the page with that URL or load directly there ...
GrandMassive's user avatar
0 votes
0 answers
8 views

Next.js - Mongoose - Vercel Deploying Problem

async function fetchImages() { try { const newURL = process.env.NEXTAUTH; clg(newURL) const res = await fetch(`${newURL}/api/images`, { next: { revalidate: 3600 } }); if (!res.ok) { ...
Tahir Bera's user avatar
0 votes
2 answers
47 views

Doing a bulk update in Vercel Postgres by dynamically building query

I have a simple table in Vercel Postgres: export const sets = createTable("card_table", { id: varchar("id").primaryKey(), info: jsonb("info"), }); I have populated ...
tehawtness's user avatar
0 votes
0 answers
15 views

Next.js Application error: a client-side exception has occurred (see the browser console for more information) error

I've deployed my Next.js project to Vercel. I've correctly set NEXT_PUBLIC_BACKEND_URL in the Environment Variables tab to fetch my data, but when I try to access the admin panel, I'm getting an "...
Ahmet Avcu's user avatar
-3 votes
0 answers
15 views

Node.js Video Upload Feedback Project Not Working on iPhone [closed]

I'm working on a project where users can upload their videos and receive feedback using the Gemini and OpenAI APIs. The frontend is deployed on Vercel, and the backend is on Railway. The project works ...
estakkk's user avatar
  • 27
-1 votes
0 answers
18 views

Fetch Backend Server Without caching data ~~ VERCEL

I'm using Next.js for the second time and I'm trying to fetch some data stored in my backend server. My back and my front are both deployed on Vercel. The problem is the data fetch doesn't change ...
iesnihS's user avatar
  • 11
0 votes
0 answers
13 views

404 Not Found ID: cpt1::r4ljq-1721260694133-e0487a97aa5c

I am getting a 404 not found on when trying to trying to hit the domain for an api I am trying to connect to. Im new to dev so Im sure there is something silly I am doing. The app is on node.js and am ...
Happy Zulu's user avatar
-1 votes
2 answers
25 views

index js code appears on the home page in vercel deployment

I am working on an ecommerce app using mern stack. I tried deploying it on vercel but for some reason the homepage shows the index js code and no other routes work, neither the api routes nor the ...
ISHAN JARWAL's user avatar
0 votes
0 answers
11 views

Restricted vertical scrolling in Next.js project in Android Phone

In my Next.js project, vertical scrolling is restricted on home page. But, when I load the homepage directly, the vertical scrolling happens however, when I navigate to the homepage from some other ...
Abhinav Jha's user avatar
0 votes
0 answers
28 views

TailwindCss has different colors in Dist Build and run Dev

I need to help please, I have been building a project with tailwindCss and React, with Vite, but when I build my project then generate the dist carpet, but the colors are different when I run project ...
Sierpe's user avatar
  • 25

15 30 50 per page
1
2 3 4 5
235