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

[Bug]: github_app_uuid & SecurityKey.uuid are different. Unable to deploy Private Repository via Coolify API #4864

Open
jycouet opened this issue Jan 19, 2025 · 0 comments
Labels
🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization.

Comments

@jycouet
Copy link

jycouet commented Jan 19, 2025

Error Message and Logs

When I try to create a Private Repository (with GitHub App) via Coolify API it get:

response.body {
  message: "Github App not found.",
}

I got the github_app_uuid from https://coolify.io/docs/api/operations/list-private-keys but the uuid seems to be wrong.

I got it to work with the uuid in the URL like show here: #3209 (comment).

So how to get the real github_app_uuid via API ?

Steps to Reproduce

  1. Do a GET https://app.coolify.io/api/v1/security/keys
  2. Get the uuid of the name of your github app
  3. Do a POST https://app.coolify.io/api/v1/applications/private-github-app (filling all required value), with the github_app_uuid got the step jus before.

=> Github App not found.

Example Repository URL

No response

Coolify Version

v4.0.0-beta.380

Are you using Coolify Cloud?

Yes (Coolify Cloud)

Operating System and Version (self-hosted)

No response

Additional Information

No response

@jycouet jycouet added 🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization. labels Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization.
Projects
None yet
Development

No branches or pull requests

1 participant