Problem
I am trying to deploy my Next.js app to Vercel. I am just trying to deploy updates; the current version is working.
Current Behavior
- When it deploys via
GitHub, I get an issue and the Details button doesn’t work.
- If I try to manually deploy through
Vercel, I get this issue, but the commit does not have that property:
Invalid request:
attribution.gitUsershould NOT have additional propertyisBot.
- Finally, if I check the Deployments tab of the dashboard, it doesn’t show any failing deployments, so I can’t debug.
Environment
- Next.js version:
"next": "16.1.6" - Vercel username:
edinstance


