Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build #12

Open
xsami opened this issue Feb 27, 2022 · 1 comment
Open

Fix build #12

xsami opened this issue Feb 27, 2022 · 1 comment

Comments

@xsami
Copy link
Owner

xsami commented Feb 27, 2022

No description provided.

@handlebar-templates
Copy link

There was error processing your body

The exact error message is the following

Error: You must pass a string or Handlebars AST to Handlebars.compile. You passed null

at Object.compile (/var/task/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js:501:11)
at HandlebarsEnvironment.hb.compile (/var/task/node_modules/handlebars/dist/cjs/handlebars.js:39:40)
at new HandlebarCompiler (/var/task/lib/HandlebarCompiler.js:6:38)
at PayloadHelper.getNewBody (/var/task/lib/PayloadHelper.js:41:24)
at App. (/var/task/lib/App.js:65:54)
at step (/var/task/lib/App.js:32:23)
at Object.next (/var/task/lib/App.js:13:53)
at /var/task/lib/App.js:7:71
at new Promise ()
at __awaiter (/var/task/lib/App.js:3:12)
at App.handleEvent (/var/task/lib/App.js:59:16)
at App.handleEvent (/var/task/lib/App.js:52:20)
at Application. (/var/task/node_modules/probot/lib/application.js:153:50)
at step (/var/task/node_modules/probot/lib/application.js:43:23)
at Object.next (/var/task/node_modules/probot/lib/application.js:24:53)
at fulfilled (/var/task/node_modules/probot/lib/application.js:15:58)
at process._tickCallback (internal/process/next_tick.js:68:7)

This body won't be processed any further, please fix your template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant