Next.js Discord

Discord Forum

Error

Answered
Tan posted this in #help-forum
Open in Discord
TanOP
Its showing BUILD_ID file is missing
Answered by Ray
npm run build
View full answer

7 Replies

@Tan Its showing BUILD_ID file is missing
what command did you run?
@Ray what command did you run?
TanOP
npm run start
@Tan npm run start
you need to build first
npm run build
Answer
@Ray you need to build first
TanOP
still the same error
@Tan still the same error
you run npm run build and show the same error?
@Ray you run `npm run build` and show the same error?
TanOP
error resolved 🙂 Thanks.