Skip to main content

Questions tagged [vercel]

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

0 votes
0 answers
22 views

Nextjs hosted in Vercel causing MongoDb collection naming issue

I have a TurboRepo with NextJs web app using MongoDb for database and hosted on Vercel. Here are the versions of the packages: next: 14.2.4 @typegoose/typegoose: 11.3.0 mongoose: 7.3.1 node: 18.18.2 ...
felix ngo's user avatar
0 votes
0 answers
22 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
2 votes
1 answer
87 views
+250

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,725
-1 votes
1 answer
31 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,242
0 votes
1 answer
83 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
1 answer
37 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
41 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
24 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
0 votes
1 answer
45 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
1 answer
54 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
32 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
33 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
  • 494
-1 votes
1 answer
28 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
0 votes
0 answers
16 views

Cannot find package vercel/kv

I am facing this error. I have uninstalled Vercel and storage plugins but still get this error. Note: I have set key-value pairs of Vercel in .env file. ERROR Cannot start nuxt: Cannot find package '...
Oliver Jacob's user avatar
0 votes
1 answer
18 views

Vercel Hobby plan timeout at 10 seconds

I have a next.js/trpc project, and have deployed it on vercel and using hobby plan. I integrated openai api, and on deployed website it times out at 10 second saying JUL 05 01:51:56.38 gymgenieai-...
Ash Gharibyan's user avatar

15 30 50 per page