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

Cannot read properties of undefined (reading 'id') when the app is not installed #77

Open
ari-becker opened this issue Nov 15, 2023 · 0 comments

Comments

@ari-becker
Copy link

Environment

N/A

Steps to Reproduce

  1. Create an app, produce a private key
  2. Forget to install it
  3. Run a workflow that uses this step

Expected Result

An error message stating that no installations were found.

Actual Result

image

The error occurs because

let installationId = installations.data[0].id;
presumes that there is at least one installation in the returned array.

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