1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/errors/generatebuildid-not-a-string.md
Tim Neutkens d0dd1bc28d
Trim buildId returned from generateBuildId (#5634)
* Trim buildId returned from generateBuildId

* Pass dir to function
2018-11-12 15:57:48 +01:00

291 B

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.