trying to deploy a nextjs site to vercel using pnpm and monorepo is hiting a bug
https://github.com/vercel/next.js/discussions/69950
Error: Vercel – Git author must have access to the project on Vercel to create deployments
Please help me – I received this error: Vercel – Git author must have access to the project on Vercel to create deployments
NextJs entire directory is exposed on vercel
I launched my nextjs app in Vercel, all is good.
In developer tools I can see my entire scr directory, with full code.
Everything is exposed which should not be the case.
`x-forwarded-host` header does not match `origin` header with value from a forwarded Server Actions request
I’m trying to run the Vercel AI Chatbot example using Github Codespaces as my dev box and am encountering the same issue as described in this GitHub issue.
“new Class()” causes Maximum call stack size exceeded error in Vercel with Next.js?
I’ve got a weird bug.
The Open Graph image for a Next.js 14 site hosted on Vercel requires authentication to display
I have multiple websites built with Next.js 14 where I’ve implemented Open Graph using either opengraph-image.tsx or a special API route for dynamic generation. Strangely, while the opengraph-image.tsx logic is the same across websites, with only styling variations, it works on one site but not on another.By “not working,” I mean that it requires logging into Vercel to view the image.
Build fail when deploying Next project to Vercel
When attempting to deploy to Vercel I get the following errors:
Error: does not match the required types of a Next.js Page. “DocumentIdPage” is not a valid Page export field during deployment in vercel. #67370
I was trying to deploy my next-app through vercel when I faced the following error:
Error: ENOENT: no such file or directory, open ‘/vercel/path0/.next/server/app/index.rsc vercel
Hi i’m currently learn react
after Chapter 10 ( https://nextjs.org/learn/dashboard-app/partial-prerendering )