This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
Cron example and web deploy console silent errors #3063
Replies: 1 comment
-
Thanks for reporting this! I'll open a ticket so we can get a proper warning on the project creation page. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Page to Investigate
https://vercel.com/new/clone
Steps to Reproduce
Using https://vercel.com/templates/next.js/vercel-cron on the Hobby plan there's a silent failure in the web based deploy wizard.
It looks like the Cron project has cron jobs at 1m/1h etc that are below the account limits for the Hobby plan. At the CLI, these error out with helpful error messages. But, the web console doesn't pass these errors through, so a first time user ends up stuck with a hung page.
(It's easy to fix the cron template once you move to the CLI - just delete the offending cron frequencies - the bug report is for the web console silently eating the errors and hanging on first user experience)
Beta Was this translation helpful? Give feedback.
All reactions