Questions tagged [vercel]

Vercel is the platform for frontend developers. Vercel has zero-configuration support for 35+ frontend frameworks and integrates with your headless content, commerce, or database of choice.

Vercel is the platform for frontend developers, providing the speed and reliability innovators need to create at the moment of inspiration.

They enable teams to iterate quickly and develop, preview, and ship delightful user experiences. Vercel has zero-configuration support for 35+ frontend frameworks and integrates with your headless content, commerce, or database of choice.

2631 questions
0
votes
1 answer

Prisma seed timeout during Github action targeting Vercel Postgres

Trying to migrate a Postgres database from AWS RDS to Vercel for a Nextjs project using Prisma. When running the db seed command from local machine it completes successfully. As per documentation on vercel, I'm using the specific env variables that…
Dejan Vasic
  • 662
  • 7
  • 17
0
votes
0 answers

How can I run my build through node on Vercel without using '/api' in my URL?

I am trying to deploy my react application on vercel .But i want to run my build using node server. Because I have to use prerender.io in my node app. Such that preview can come with dynamic value when someone share the link. For that i am adding…
0
votes
0 answers

Manual ISR not revalidating all domains on Vercel

I recently added a domain to my Next.js app on Vercel. My old URL was foo-bar.vercel.app. And now it is nice.com (examples). I notice that my res.revalidate('/page') now is making a call to revalidate https://nice.com/page. And visting my old…
Noitidart
  • 35,443
  • 37
  • 154
  • 323
0
votes
0 answers

Puppeteer not working when deploying NextJS 13.4.4 app in vercel

I'm trying to use Puppeteer to dinamically convert an HTML into pdf to later be able to send the file through email in my NextJS API. It works perfectly fine when I'm working on dev mode, thing is that whenever I try to deploy my app to vercel, and…
Vanesa
  • 37
  • 1
  • 5
0
votes
0 answers

Deploying a Remix.run monorepo on Vercel results in EISDIR error

I have a project with the following structure: packages app | remix | app | package.json | ... | ... package.json tsconfig.json The remix project requires some dependencies from the packages folder, but this dependencies are installed…
Nullndr
  • 1,624
  • 1
  • 6
  • 24
0
votes
0 answers

Why Prerender Error happens in Next.js / Vercel?

It does not happen locally no error for yarn build only in Vercel. I got this cryptic error: Error occurred prerendering page "/pf/program". Read more: https://nextjs.org/docs/messages/prerender-error 01:22:05.392 Error: The provided export path…
János
  • 32,867
  • 38
  • 193
  • 353
0
votes
0 answers

Why am I getting 'pg_config executable not found' when deploying my web app using Vercel?

I'm trying to use Psycopg2 with Railway to connect django to postgres using this tutorial: https://dev.to/dennisivy11/easiest-django-postgres-connection-ever-with-railway-11h6. However, I got "pg_config executable not found" when trying to deploy my…
Aysmith17
  • 13
  • 3
0
votes
0 answers

I was uploading my proect from Github to Vercel, and I keep getting this error

I was uploading my proect from Github to Vercel, and I keep getting this error. ERROR in ./src/index.tsx Module build failed (from ./node_modules/babel-loader/lib/index.js): SyntaxError: /vercel/path0/src/index.tsx: Support for the experimental…
Sanjay G.
  • 47
  • 9
0
votes
1 answer

Why does the data output, when deploying to vercel, only work on one page routed with Next.js and at the same time and same prop on another but not?

I have tried... using React.js from my indexedDb and using Dexie.js as a helper to pass the entries from the _app.js to my details page. import { v4 as uuidv4 } from "uuid"; import { useLiveQuery } from "dexie-react-hooks"; import { db } from…
hossi
  • 23
  • 4
0
votes
0 answers

peer.on("open") never gets called

I am creating a video call application using webrtc, peerjs, and socket.io. Everything works well locally until I push and deploy to vercel. The peer.on("open") doesn't even get triggered, tried with my server and the peer cloud server too This is…
0
votes
0 answers

Getting a 404 error when deploying Ruby on Rails app to Vercel from GitHub

I'm trying to deploy my Rails application on Vercel directly from the respective GitHub repository but, as you can see from the picture, it throws a 404 error. Vercel screenshot This is my first time using Vercel, so please feel free to point out…
0
votes
1 answer

How to write a file in Flask on Vercel?

I have created a Flask project and deployed it to Vercel. I want to write a file and this is the code of mine. The following code is working on the local environment but not on Vercel @app.route('/write', methods=['GET']) def index(): text="hello…
0
votes
1 answer

next auth api route handler exceeds size limit

How do I reduce the bundle size of a vercel serverless function? Been messing around with next-auth and nextjs app dir inside nx monorepo and I've hit a wall when it comes to deploying the app with email provider auth. For some reason the…
Exanubes
  • 133
  • 2
  • 13
0
votes
1 answer

The `initialStatus` argument for `Prerender` must be a natural number

The initialStatus argument for Prerender must be a natural number. I am trying to deploy my next.js 13 app on vercel then I'm getting this error. If someone knows anything about this issue then please share your answers below log while deploying on…
0
votes
0 answers

django to vercel deployment error "serverless function has crashed"

I created a django application with a postgres database, im trying to deploy to vercel, by all indication on the browser the server is working correctly , vercel is also working correctly however I'm receiving the message "serverless function has…
1 2 3
99
100