I 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 !
I'm also having this same issue.


I'm not sure if it's related, but I noticed that the build is also failing. Perhaps a bad version got pushed out?
I found issue #243 and installed the app instead of going the contributor route. I think this (using v3) is the new recommended practice, but the docs have not been updated yet.
I'm also having this same issue!
I'm too.
Hi. Any fix to this problem? I try to install Staticman with my Hugo site but always got this same error. The documentation is outdated. I also came across with several websites to ask questions about this but every time I want to post a comment, I receive this application error too (including the demo site https://hugo.staticman.net/ )
me too
@ayaxxchanz The official Hugo + Staticman demo site is using the official developement API instance v2. Perhaps commit d8007868e1571c191f862315e598e96741e7867f breaks support for v2, despite the project owner's intention to remain support for v1 & v2 (see below).
Edited: for a fix, you might consider #285.
@tomasparks Please avoid duplicating issues to keep discussion focused.
I found issue #243 and installed the app instead of going the contributor route. I think this (using v3) is the new recommended practice, but the docs have not been updated yet.
@deadlydog That's against what the project owner's idea in https://github.com/eduardoboucas/staticman/issues/243#issuecomment-453876235, so I don't think that's recommended by collaborators who don't wish to break current support and interupt the service, in light of @staticmanapp's huge "contributions" on GitHub.
@VincentTam I can't find staticmanapp on GitHub:

@zxdawn2 I don't own the official instance, so nobody can fix this except the author. You may try using an alternative instance (i.e. anything that's NOT official), like @staticmanlab, @staticmanaima, @BloggerBust-bot, etc.
P.S. I maintain the first one, and I helped the setup of the 2nd one through GitHub issues. I've only tested mine. If you want to use mine, please refer to the later half of https://github.com/einsteinpy/blog.einsteinpy.org/issues/12#issue-449871630 and adapt it to your repo. I'm too lazy to retype everything again. Please don't hesitate to ping me in case of questions.
@VincentTam I tried to visit https://staticman3.herokuapp.com/v3/connect/github/zxdawn2/zxdawn2.github.io/master/comments, but I get this error:
Cannot GET /v3/connect/github/zxdawn2/zxdawn2.github.io/master/comments
BTW, I use this method to add comments:
<form method="POST" action="https://staticman3.herokuapp.com/v3/connect/github/{{ .Site.Params.staticman.username }}/{{ .Site.Params.staticman.repository }}/{{ .Site.Params.staticman.branch }}/comments">
As a result, when I try to post, I got this error:
Cannot POST /v3/connect/github/zxdawn2/zxdawn2.github.io/master/comments
@zxdawn2 Thanks for your invitation to @staticmanlab.
To hook up your HTML form with Staticman API. you need /entry instead of /connect.
@VincentTam thanks!
Although comment works, subscribe button doesn't work:
https://github.com/zxdawn2/zxdawn2.github.io/blob/3a9b470ddd13ac1c8bb2831d1e15d30d55505ef2/themes/AllinOne/layouts/partials/staticman/form-comments.html#L30-L37
Is that caused by @staticmanlab?
@VincentTam thanks!
Although comment works, subscribe button doesn't work:
https://github.com/zxdawn2/zxdawn2.github.io/blob/3a9b470ddd13ac1c8bb2831d1e15d30d55505ef2/themes/AllinOne/layouts/partials/staticman/form-comments.html#L30-L37
Is that caused by @staticmanlab?
@staticmanlab _doesn't_ touch Akismet and Mailgun because his main goal is to show that Staticman's GitLab integration works, so that a truly open-source staticman commenting system is, in principle, feasible, for static sites hosted on Framagit, which is open-source.
Before the appearance of a free (as in both free beer and in freedom) alternative of Akismet and/or Mailgun, @staticmanlab won't try them.
Thanks! However, mailgun has free account option. Why not support it?On Aug 3, 2019 14:00, Vincent Tam notifications@github.com wrote:
@VincentTam thanks!
Although comment works, subscribe button doesn't work:
https://github.com/zxdawn2/zxdawn2.github.io/blob/3a9b470ddd13ac1c8bb2831d1e15d30d55505ef2/themes/AllinOne/layouts/partials/staticman/form-comments.html#L30-L37
Is that caused by @staticmanlab?
@staticmanlab doesn't touch Akismet and Mailgun because his main goal is to show that Staticman's GitLab integration works, so that a truly open-source staticman commenting system is, in principle, feasible, for static sites hosted on Framagit, which is open-source.
Before the appearance of a free (as in both free beer and in freedom) alternative of Akismet and/or Mailgun, @staticmanlab won't try them.
鈥擸ou are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread.
However, mailgun has free account option. Why not support it?
master branch, so I tried my best to minimise the setup and the corresponding git diff between the dev branch at 55d14306 and my deploy branch.@VincentTam Thank you for your help! I rebuilded the repository and got another problem:
The Comment content at the end of this page looks different from local (hugo server).
Local:

WEB:

@VincentTam Thank you for your help! I rebuilded the repository and got another problem:
The Comment content at the end of this page looks different from local (hugo server).Local:
WEB:
@zxdawn2
Is staticman dead? When I try to add it as a collaborator, it says no such user exists.
Is staticman dead? When I try to add it as a collaborator, it says no such user exists.
@ajbozdar Your question has already been asked in #306.
Duplicate of #317
Most helpful comment
@zxdawn2 Thanks for your invitation to @staticmanlab.
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
/entryinstead of/connect.