githubsfdeploy icon indicating copy to clipboard operation
githubsfdeploy copied to clipboard

Unable to integrate this app for Query.apex

Open HenryRLee opened this issue 6 years ago • 0 comments

One of my repository Query.apex has a problem when integrating githubsfdeploy.

When I used this URL https://githubsfdeploy.herokuapp.com/app/githubdeploy/PropicSignifi/Query.apex, the web-server throws an error saying "Could not find the repository 'query'. Ensure it is spelt correctly and that it is owned by 'Click-To-Cloud'".

In fact, the repository https://github.com/PropicSignifi/Query.apex does exist. I think the reason is that the web-server has a bug when parsing the repository path, it truncates the path 'query.apex' into 'query', hence it throws the error.

HenryRLee avatar Nov 23 '19 23:11 HenryRLee