We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have my project working locally (running with vercel dev but when I deploy (vercel --prod), the build gets stuck here:
vercel dev
vercel --prod
Error: The following Serverless Functions contain an invalid "runtime": - api/calendar/event/[id] (provided) - api/calendar/event (provided). Learn More: https://vercel.com/guides/serverless-function-contains-invalid-runtime-error
Any insight would be appreciated.
The text was updated successfully, but these errors were encountered:
Same problem here
Sorry, something went wrong.
Figured it out. You have to downgrade your project's Node.js version from 20.x to 18.x.
20.x
18.x
@DervexDev Ah, good one for figuring that out! I'm going to create a documentation PR. I'll credit you.
No branches or pull requests
I have my project working locally (running with
vercel dev
but when I deploy (vercel --prod
), the build gets stuck here:Any insight would be appreciated.
The text was updated successfully, but these errors were encountered: