This repository was archived by the owner on Dec 20, 2024. It is now read-only.
Replies: 1 comment 7 replies
|
Hey @ShinanTc. I have a couple of debugging ideas to try.
|
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Summary
I am using node js and below is my vercel.json file:
vercel.json:
Below is my
/api/cronroute:The file path of this route is
/src/routes/stock/stock.js. Is there any configuration missing or is there something wrong with what I am doing? Stuck here for almost a week. The logs are not getting printed out even when we trigger by clicking the "Run" button manually from settings -> Cron Jobs and the cron job isn't working as well.FOR MORE REFERENCE - vercel documentation/cron job
Example
https://github.com/ShinanTc/stockRecommender
Steps to Reproduce
npx vercel deploy --prodproject -> settings -> cron jobsAll reactions