"Application error" when trying to connect a new repository
See original GitHub issueI try to connect Staticman to my repository (Step 1 of “Getting Started”) but it fails with an error from Heroku.
Here is the URL I call : https://api.staticman.net/v2/connect/Ryfacto/academie.ryfacto.fr
.
And the response :
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>Application Error</title>
<style media="screen">
html,body,iframe {
margin: 0;
padding: 0;
}
html,body {
height: 100%;
overflow: hidden;
}
iframe {
width: 100%;
height: 100%;
border: 0;
}
</style>
</head>
<body>
<iframe src="//www.herokucdn.com/error-pages/application-error.html"></iframe>
</body>
</html>
Thanks a lot for your help !
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:20 (9 by maintainers)
Top Results From Across the Web
Fix Git's 'fatal: repository not found' error quickly | TheServerSide
Frustrated by Git's 'fatal: repository not found' error message? Here are five ways to fix that problem and successfully clone, ...
Read more >Code Repository Troubleshooting - Visual Studio App Center
It's possible when you first attempt to connect App Center to Azure DevOps (formerly VSTS) that it gets authorized under the wrong organization....
Read more >I get an error when trying to create a site from my Github ...
Resolution: The first possible solution is to log out and log back in. If you are still having an issue, and your Github...
Read more >Unable to connect to git remote repository - Stack Overflow
This happens because a proxy is configured in git. Since it's https proxy (and not http) git config http.proxy and git config --global ......
Read more >Failed to load owners error using GitHub - Apple Developer
I am just starting out trying to connect Xcode to Github, ... error, saying "Failed to load owners" whenever I try to create...
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
@zxdawn2 Thanks for your invitation to @staticmanlab.
The link for accepting the invitation is
https://staticman3.herokuapp.com/v3/connect/github/zxdawn2/zxdawn2.github.io/
Explanation: You invite a GitHub/GitLab user to the whole repo, not just to a particular branch.
To hook up your HTML form with Staticman API. you need
/entry
instead of/connect
.Note that
comments
is just a property name instaticman.yml
. You may change it to any name you like. For example, https://github.com/okfde/offenerhaushalt.de/blob/gh-pages/staticman.yml.master
branch, so I tried my best to minimise the setup and the corresponding git diff between thedev
branch at55d14306
and mydeploy
branch.