Next.js Discord

Discord Forum

Vercel Deploy not working (no error)

Answered
Cape lion posted this in #help-forum
Open in Discord
Cape lionOP
Hmmm i just built in local and tried to deploy for the first time and it timed out. How do i debug this?


Here's the full log.

Running build in Cleveland, USA (East) – cle1
Retrieving list of deployment files...
Previous build caches not available
Downloading 5023 deployment files...
Running "vercel build"
Vercel CLI 32.2.0
Installing dependencies...
Answered by Cape lion
So the answer was to debug using npm install --verbose in the build step... once i did that i could find out the detail of the problem
View full answer

12 Replies

Cape lionOP
@Silver Fox it works
then i do vercel deploy
and it times out
no no @Silver Fox - the problem is build works but cannot deploy
Silver Fox
okok
my bad
did you try creating a gh repo and connected it with vercel? like not from the vercel CLI
Cape lionOP
yes, it times out
i removed some deps but it doesnt say which one its timing out
Cape lionOP
Cape lionOP
So the answer was to debug using npm install --verbose in the build step... once i did that i could find out the detail of the problem
Answer