vercel / vercel

Develop. Preview. Ship.
https://vercel.com
Apache License 2.0
12.68k stars 2.22k forks source link

Vercel CLI: `vercel dev` not working on nuxt projects #7343

Open fshareef opened 2 years ago

fshareef commented 2 years ago

CLI Versions

Description

  1. Running vercel dev on a new nuxt project with a serverless function is not working.

Trying to access the function after running vercel dev via an http client returns 502:

image


  1. After running vercel dev using canary version, the functions returns the expected response, however now the app home page is broken:

image

Issue re-creation repo:

https://github.com/fshareef/vercel-cli-error

gadicc commented 2 years ago

hey @fshareef looks like #7306.