#Failing deploy to vercel.

2 messages · Page 1 of 1 (latest)

rough remnant
#

The Serverless Function "." has invalid runtime: "nodejs18.x".

Everything works locally, I have 0 clue on where to begin with this.

snow root
#

I've never used vercel, but the error suggests you are trying to deploy with Node 18 which is not supported. A quick look at https://vercel.com/docs/runtimes says that only up to Node 16 LTS is available. I presume you can change this in a config somewhere?

Vercel Documentation

A complete reference of Runtimes on Vercel; listing official runtimes and their usage.