"Invalid GitHub App configuration" error: properties/url is not a string
See original GitHub issueBug Report
Current Behavior After clicking “Register GitHub App”, the https://github.com/settings/apps/new page shows an error
Above: Screenshot of the error.
Invalid GitHub App configuration
The configuration does not appear to be a valid GitHub App manifest.
Error For ‘properties/url’, {“type”=>“git”, “url”=>“git@github.com:Financial-Times/tako.git”} is not a string.
Expected behavior I expect the https://github.com/settings/apps/new page not to throw any errors.
Above: Screenshot of expected behaviour 😃
Environment
- Probot version(s): { “probot”: “7.4.0” }
- Node/npm version: Node v10.15.0
- OS: OSX 10.14.2
- Chrome Version 71.0.3578.98 (Official Build) (64-bit)
Possible Solution
I’m not sure, but it might be to somehow make the URL a string in the getManifest
method in the ManifestCreation
class: https://github.com/probot/probot/blob/master/src/manifest-creation.ts#L52
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Invalid GitHub App configuration Error · Issue #1665
Bug Report Current Behavior I am new to probot and trying to setup the initial app. but got this issue. URL : http://localhost:3000/probot ......
Read more >Create separate module to verify that app registration is ... - GitHub
In Probot v9 and v10, we had a hook which checked if the app registration ... "Invalid GitHub App configuration" error: properties/url is...
Read more >"Configure AWS Credentials" Action For GitHub Actions
Configure AWS credential and region environment variables for use with the AWS CLI and AWS SDKs. ... Do not store credentials in your...
Read more >Error in azurerm_role_assignment · Issue #12060 - GitHub
Using Terraform v 0.15.4 and azurerm v 2.62.0. First this error happens, then the role assignment does not go into the terraform state....
Read more >Support for managed virtual networking in azure data factory
Terraform doesn't detect the Managed Virtual Network configuration so the plan is clean. The portal will not allow you to change from the ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Ah okay I got it. I’d say let’s just remove
|| pkg.repository.url
as suggested by @sjparkinson