I have a Next.js website set up using Codegen, and Vercel is linked to and listening for Main branch updates at Github repo to auto deploy.
It worked at one point previously, but today, when triggerring publish from the Plasmic editor to Github repo, the auto deploy to Vercel is failing with error: Vercel - Git author plasmicops must have access to the project on Vercel to create deployments.
I’m not sure what I did differently this time, maybe previously I pushed to Github from my local CLI and had different user attached/associated.
I believe this is because at point in the process the git author “plasmicops” is being used and Vercel is validating against that user. But I’m not sure if I’m supposed to invite that user to my Vercel team, or is there a way to change the git author in that auto deploy process?
Relevant links:
- My project: Plasmic
- My Github repository: https://github.com/Rocket-Quote/rocketquote
Thanks in advance!