-
Notifications
You must be signed in to change notification settings - Fork 81
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
[BUG]: Preparsed payloads are not handled correctly, here Vercel #961
Comments
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labled with |
It could be nice to document this, other platforms probably have similar issues |
follow up to probot/probot#1973 (comment). I would throw a helpful error if anything but a string is passed to the verify method. We should probably do that in https://github.com/octokit/webhooks-methods.js. It seems right now both |
An error has been added to |
What happened?
probot/probot#1955 (comment)
The issue arises from the fact, that vercel preparses the body. So
verify
can not verify the body, as it is not a string.You can get it to work for now, by setting the
NODEJS_HELPERS
environment variable to 0 in vercel.Versions
current
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: