As a new developer I am constantly trying new technologies and recently have really enjoyed coding in NextJS 13 using their /app directory experime...
For further actions, you may consider blocking this person and/or reporting abuse
I am following everything you put in the post, but for some reason my cronjob does not run at the scheduled time, I enter the vercel dashboard and I see the cronjob created correctly, also when I hit "run" if I see the log, but automatically does not run it.
I am using version "13.4.13", from next.
Same problem here. I'm on Next 13.4.17
Hi @rrhapsod, Are you using a Vercel Pro account? Can you provide a code snippet of your
vercel.jsonfile? or a link to your repository?It's the exact same problem from this discussion:
github.com/orgs/vercel/discussions...
question ... in your build logs is it a server route or does it show a circle next to it indicating a static route?
If it shows a circle or static route ... try adding this in the route right before the function: