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_hookchecked all under it. - copy and pasted a generated
key.pemfile to keyRSA_PRIVATE_KEYHeroku 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
- Merge pull request #311 from fri-sch/fully_hide_avatar_scrolled Fully remove the avatar image when scrolling down — committed to caiopavanelli/staticman by halogenica 5 years ago
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:inviteandadmin:repo_hookbefore 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 š