-
Notifications
You must be signed in to change notification settings - Fork 155
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
TypeError: Cannot read property 'error' of undefined on POST #314
Comments
hello @github team. Any updates on this? |
@decyjphr Hi, yes the admin repo was already set up at the time and includes the path I've sent the errors to console and here are a few more errors:
|
Looking at the error this looks like misconfigured private key. The private key must start with |
Thank you very much @decyjphr, that was it 😄 For context we are storing the credentials in AWS secrets manager and using the SDK to retrieve it, but the private key was malformed. We fixed it with: Thanks again! Feel free to close this issue out. |
Problem Description
We are seeing the app throw a
TypeError
when any Github event triggers the webhook. The app is running on Kubernetes and deployed with Helm.What is actually happening
The app throws a
500
and doesn't enforce any settings defined in theadmin
repo.What is the expected behavior
The app returns a
200
and enforces the settings defined in theadmin
repo.Error output, if available
Context
n/a
Are you using the hosted instance of probot/settings or running your own?
Running my own.
If running your own instance, are you using it with github.com or GitHub Enterprise?
github.com.
Version of probot/settings
^12.2.8
Version of GitHub Enterprise
n/a
The text was updated successfully, but these errors were encountered: