staticman: Error 404 on Heroku Instance when posting comments.

I tried a heroku instance, the github account invite went OK! successfully, but having issues posting comments and getting a 500 error. I have already and only updated the form action to my heroku url.

  • github account access token set to admin:repo_hook checked all under it.
  • copy and pasted a generated key.pem file to key RSA_PRIVATE_KEY Heroku settings -> config vars (web/dashboard)

@VincentTam I’m using your repo with the deploy branch. Any ideas?

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 16 (6 by maintainers)

Commits related to this issue

Most upvoted comments

Finally I got it working! =) Somehow, I had to give full access token (checked all) which I know is not recommended. I only checked repo:invite and admin:repo_hook before based on a tutorial post I read earlier.

Edit: found an updated one that needs to set full repo access only

Thanks again for all the help @VincentTam šŸ‘