-
Everytime I try to deploy the repo, I've got a error Message: Does anybody know if I need a paid plan on vercel to run this? |
Beta Was this translation helpful? Give feedback.
Answered by
PsclDev
Oct 12, 2021
Replies: 1 comment 2 replies
-
Okay, I found the solution for this issue. Inside the vercel.json you have to change After that you can redeploy on vercel and it will work with the free plan |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
PsclDev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Okay, I found the solution for this issue.
Inside the vercel.json you have to change
"maxDuration": 30
to"maxDuration": 10
.After that you can redeploy on vercel and it will work with the free plan