rust icon indicating copy to clipboard operation
rust copied to clipboard

Prod deployment issue. Invalid runtime error

Open abcd-ca opened this issue 1 year ago • 0 comments

I have my project working locally (running with vercel dev but when I deploy (vercel --prod), the build gets stuck here:

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.

abcd-ca avatar Mar 27 '24 00:03 abcd-ca