-
Notifications
You must be signed in to change notification settings - Fork 29.9k
Description
Our error log is registering the following error seemingly randomly during page navigation:
Error: Invalid Build File Hash(18adc7a43c926cbfd1fb) for chunk: commons.js
at Server.handleBuildHash (/var/app/current/node_modules/next/dist/server/index.js:930:15)
at Server._callee5$ (/var/app/current/node_modules/next/dist/server/index.js:275:28)
at tryCatch (/var/app/current/node_modules/regenerator-runtime/runtime.js:64:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/var/app/current/node_modules/regenerator-runtime/runtime.js:299:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/var/app/current/node_modules/regenerator-runtime/runtime.js:116:21)
at step (/var/app/current/node_modules/babel-runtime/helpers/asyncToGenerator.js:17:30)
at /var/app/current/node_modules/babel-runtime/helpers/asyncToGenerator.js:35:14
at Promise.F (/var/app/current/node_modules/core-js/library/modules/_export.js:35:28)
at Object. (/var/app/current/node_modules/babel-runtime/helpers/asyncToGenerator.js:14:12)
at Object._nextHashCommonsJs [as fn] (/var/app/current/node_modules/next/dist/server/index.js:289:26)
Seems to be originating from the following code:
https://github.com/zeit/next.js/search?utf8=%E2%9C%93&q=Invalid+Build+File+Hash