Yup, same. That explained why my Vercel builds worked; forgot to setup my .nvmrc
in this new project.
Seems to be working on 13.1.6 :) Can anyone else confirm?
13.1.6 is working for me w/in Vercel; but, my dev builds are hanging locally (it never starts compiling after loading environment).
> next dev
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
info - Loaded env from /path/to/project/.env.local
I feel like this is user error, though, since I'm new to Next.js and pushing it to a Vercel deployment works.
+1; I wasted a lot of time on this one being new to Next.js, but reverting from 13.1.4 to 13.1.1 worked.