About 44,400,000 results
Open links in new tab
  1. Issues deploying client and server on the same origin in Vercel ...

    Dec 18, 2024 · 2 I’m trying to deploy a project on Vercel that consists of both a client-side React app and a server-side Node.js app. I want to deploy both apps on the same origin so that the …

  2. Vercel caching times and region configuration - Stack Overflow

    Nov 26, 2024 · Latency in Vercel Data Cache: Vercel’s Data Cache is designed to store responses from fetch requests, but each region where your serverless or edge function runs …

  3. vercel - fetch data error with next.js 401 response code - Stack …

    Dec 8, 2023 · I am encountering a peculiar issue with fetching data in my Next.js application. When running the app locally, everything works fine; however, when deployed on Vercel, I …

  4. How do I fix this cors error when attempting to host on vercel

    Dec 24, 2024 · I am trying to deploy and host my app on vercel. I have checked my development server and my app works perfectly fine however on vercel I get : about:1 Access to …

  5. How to change branch in Vercel Deployment? - Stack Overflow

    May 28, 2024 · I have a project deployed on Vercel, and it's currently set to deploy from the main branch of my repository. I need to change the deployment branch to a different branch (e.g., …

  6. Adding github secrets to CI/CD actions to Vercel deployment

    Jul 25, 2024 · I want to build and deploy my NextJS app to Vercel with environments from github secrets (not from env file or from vercel directly). Here is my workflow (a development one): …

  7. github - Vercel maximum number of projects? - Stack Overflow

    Jan 31, 2022 · Does vercel have a maximum number of projects in the hobby plan? I know that you can import a maximum of three GitHub repositories. Does that mean that you can create a …

  8. I get 404: NOT_FOUND when I refresh my site from browser

    Sep 25, 2023 · I created this reactjs app with vite, added a route and authentication hosted it on vercel. My problem now is, when I refresh the page when am in another route that is not the …

  9. reactjs - What should my vercel.json config file to deploy my …

    Jul 20, 2024 · 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) …

  10. How to deploy a PostgreSQL database for Flask App on Vercel?

    Apr 17, 2024 · Connecting Flask to Vercel's PostgreSQL using SQLAlchemy is straightforward. Vercel's PostgreSQL uses Neon DB so the setup is the same, you just need a connection …