You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> node ./bin/tasks/assemble "production"
events.js:160
throw er; // Unhandled 'error' event
^
Error: The partial global/header could not be found
at Object.invokePartial (/one-table/node_modules/handlebars/dist/cjs/handlebars/runtime.js:332:11)
at Object.handlebars.VM.invokePartial (/one-table/node_modules/engine-handlebars/index.js:196:26)
at Object.invokePartialWrapper [as invokePartial] (/one-table/node_modules/handlebars/dist/cjs/handlebars/runtime.js:84:39)
at Object.eval (eval at createFunctionContext (/one-table/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js:262:23), <anonymous>:10:31)
at main (/one-table/node_modules/handlebars/dist/cjs/handlebars/runtime.js:208:32)
at ret (/one-table/node_modules/handlebars/dist/cjs/handlebars/runtime.js:212:12)
at ret (/one-table/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js:519:21)
at Object.render (/one-table/node_modules/engine-handlebars/index.js:94:14)
at /one-table/node_modules/engine-cache/index.js:251:14
at Object.engineRender [as render] (/one-table/node_modules/engine-cache/index.js:287:7)
Partial not found error when deployed to Digital Ocean, tried changing file name, adding hbs.registerPartials, but neither works.
config.js
The text was updated successfully, but these errors were encountered: