No badges yet
No accepted solutions yet
Cron Jobs Not Executing on Vercel Despite Configuration AND Lack of Logs + Troubleshooting
Hello Pawlean! 1. My Vercel.json file was indeed in the root of the directory and correctly formatted (as I sent in the picture above) ``` { "crons": [ { "path": "/api/cron", "sche
Cron Jobs Not Executing on Vercel Despite Configuration AND Lack of Logs + Troubleshooting
I have configured one cron job in my Vercel Hobby Plan project. Despite setting them to run every day at 15 PM UTC and reviewing existing GitHub discussions, the job isn't...
Git author must have access to the project on Vercel to create deployments
**Context** I have one configured account in Vercel, which is the main account I used to create my github project. However, I have a few collaborators that are accepted to push...