Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
83 views

I'm having a persistent issue deploying a Vite + React (TypeScript) application with a Node.js (Express) backend to Vercel, and I'm caught in a frustrating loop. The Tech Stack: Frontend: Vite, React,...
Krishna Dhoot's user avatar
0 votes
0 answers
137 views

I have a Next.js application deployed on Vercel and a WordPress blog running on an external server (nginx/Apache). I’d like all requests to /blog/* on my Next.js app to be proxied or redirected to the ...
David Okwii's user avatar
  • 7,908
0 votes
1 answer
102 views

I am learning nextjs at https://nextjs.org/learn/dashboard-app and I reached the end, but now that I have deployed my application, I see that the images are not loading, but they were loading while on ...
Smilee's user avatar
  • 11
3 votes
0 answers
787 views

Has anybody ever experienced this issue while deploying a nextjs app on vercel? The deployment is successful but causes this runtime error ReferenceError: __dirname is not defined at (node_modules/...
Pankaj Gurbani's user avatar
0 votes
1 answer
1k views

I deployed the nextjs application on vercel, and nodejs application on render. I use middleware.js in nextjs to check if the user is authenticated or not. If the cookie is present, he moves ahead, ...
Malay Damani's user avatar
1 vote
0 answers
236 views

I am hosting a REST API in Vercel (serverless). The root directry looks like this: + myapp_root_dir |-+ api | |-+ public | | |-- index.html | | |-- layout.css | | |-- main.js | |-- index.js |-- vercel....
Wais Kamal's user avatar
  • 6,250
0 votes
1 answer
1k views

Vercel provides IP / user access control features, but they do not work for my use case. Therefore, I am currently using middleware on my NextJS site hosted on Vercel solely to block unauthorized ...
Marcel Gruber's user avatar