Skip to main content

Questions tagged [vercel]

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

vercel
0 votes
0 answers
10 views

Vercel "A Serverless Function has exceeded the unzipped maximum size of 250 MB" error while deploying NextJS app

I am currently deploying a Vercel app built with NextJS (React/TS/Tailwind) and a Python FastAPI backend My directory looks like the following: This is my package.json which contains my frontend ...
theGreenCabbage's user avatar
0 votes
0 answers
10 views

vercel deploy success but access web error Nextjs 14 undici wrong verssion

Deploy success but access web Application error: a server-side exception has occurred enviroments NEXT_PUBLIC in vercel, node 20.x un build success on local and vercel. But on vercel access page after ...
HKN's user avatar
  • 11
0 votes
0 answers
24 views

Response Set-Cookie not working, but only on Cloudflare Pages/Workers

I am working on a simple app with Auth.js and Next.js. In specific, I am using it with WebAuthn authentication. So, I have a pretty similar auth.ts setup: export const { handlers, signIn, signOut, ...
David Gomes's user avatar
  • 5,945
-1 votes
1 answer
19 views

Error: The pattern `api/email.js` defined in functions doesn't match any Serverless Functions inside the `api` directory (Vercel/Remix-run)

email.js serverless function generated by chatgpt in my root/api/email.js directory: //[root]/api/email.js //just a test function generated by chatgpt import sendEmail from "../utils/email"; ...
twominds's user avatar
  • 1,232
0 votes
0 answers
69 views

https://custom root domain not working on vercel

Please I need help, I have successfully deployed my next js app on vercel but i have a problem. I can only access it using https://www.rootdomain.com and www.rootdomain.com but not with https://...
victorgbonna's user avatar
-1 votes
0 answers
17 views

Next JS deployment Issue

After deploy my next js websit on netlify it makes my input field and other feild makes black. Here I have used Antd and tailwind css. I have used both while designing webpage. enter image description ...
Sakir Hossain Faruque's user avatar
-1 votes
1 answer
26 views

Issue between Werkzeug (dependency of Flask) and Vercel when trying to build webapp

I'm trying to deploy a Flask app using Vercel and I'm getting an error during the build that reads as follows: [Error: ENOENT: no such file or directory, lstat '/vercel/path0/werkzeug/__pycache__/...
Ajaya Ramachandran's user avatar
0 votes
0 answers
14 views

Unable to configure vercel dns with resend

I am a beginner with resend. I am trying to configure the resend custom domain with the pre-hosted next.js project to send email in vercel. I have added the DNS record copied from the resend and past ...
Ansh Yadav's user avatar
0 votes
0 answers
17 views

ImproperlyConfigured` Error When Deploying Django to Vercel with Supabase PostgreSQL

I'm currently trying to deploy my Django project to Vercel, using Supabase as the PostgreSQL database provider. I have separated my settings into base.py, development.py, and production.py to manage ...
snipher marube's user avatar
-1 votes
0 answers
12 views

Programmatically generating files and pushing to user's GitHub - backend architecture [closed]

So right now, I have a NextJS/Typescript app set up with GitHub Auth. The user fills out a form that which then gives me a long command line string to generate some files (using yarn/npm) -- I have up ...
Isaac Levine's user avatar
0 votes
0 answers
14 views

Cookies aren't sent over Vercel

Site works great when backend and frontend are deployed locally (on two different ports) but cookies won't send when I run it on Vercel. I even tried running the front-end locally using the back-end ...
Josephine's user avatar
0 votes
0 answers
35 views

How to prevent cached responses with Astro on Vercel?

I am trying to fetch data on the client side in Astro, but I keep getting a cached response. From my endpoint in src/pages/api/spotify.ts I am sending: export const prerender = false; ... export const ...
Daniell's user avatar
0 votes
1 answer
28 views

Vercel not applying images and css

I recently built a static website for a friend of mine and asked me to use vercel to deploy it. When I did the webiste looks like this:https://links-eight-nu.vercel.app/ here is my github: https://...
Alex Di's user avatar
0 votes
0 answers
16 views

Need suggestions for bypassing the 4.5MB body size limit of Vercel Serverless Functions

I am working on a project with a backend in NestJS and a frontend in Next.js. I'm sending videos to the NestJS backend via server actions of Next.js, but I'm encountering a "413 Payload Too Large&...
abuzain's user avatar
  • 88
-1 votes
1 answer
18 views

Dynamic Pages with [slug] Not Working on Vercel

I'm using a Next.js app with the app directory structure. I have a dynamic projects page projects/[slug]/page.tsx. When I run the project on localhost, it works perfectly. However, when I upload it to ...
Giorgi Mskhiladze's user avatar

15 30 50 per page
1
2 3 4 5
235