Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 291 Bytes

generatebuildid-not-a-string.md

File metadata and controls

9 lines (5 loc) · 291 Bytes

generateBuildId did not return a string

Why This Error Occurred

The most common cause for this issue is a custom next.config.js with the generateBuildId method defined, but it does not return a string.

Possible Ways to Fix It

Always return a string from generateBuildId.