Error 404 on Heroku Instance when posting comments.
See original GitHub issueI 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 keyRSA_PRIVATE_KEY
Heroku settings -> config vars (web/dashboard)
@VincentTam I’m using your repo with the deploy branch. Any ideas?
Issue Analytics
- State:
- Created 4 years ago
- Comments:16 (6 by maintainers)
Top Results From Across the Web
404 (Not Found) when attempting to POST information to heroku
The good news is that 404 means that my backend and frontend are communicating well, but the bad new is that it cannot...
Read more >Heroku Deployment 404 Error - Reddit
I've a MERN app deployed to Heroku. App works fine if I navigate route via App. if I go any specific route by...
Read more >Heroku Error Codes
Whenever your app experiences an error, Heroku will return a standard error page with the HTTP status code 503.
Read more >Staticman at Heroku - Spinning Numbers
What needs to be protected? reCaptcha secret key (in _config.yml, staticman.yml, and every post with a comment form). MailGun API key (in ...
Read more >How To Deploy a Full-Stack MERN App with Heroku/Netlify
everywhere it gives a 404 error, so, apparently, I did not correctly specify the URL of my server to heroku. but I don't...
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
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
andadmin: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 👍
Yes, I am currently on a free plan so I have set it to public only. Thanks.
I see, will try without this soon.