heroku is giving me Method not allowed heroku is giving me Method not allowed express express

heroku is giving me Method not allowed


From the Q&A on the webdevbootcamp video:

"Make sure you are trying to access the correct link that gets printed to the console. You shouldn't try to load the link which ends with .git since that is just the repository location.

Your link should look like https://your-app-name.herokuapp.com/"


This Problem Bacicaly comes when you are using wrong link

Your link should be like https://test-name.herokuapp.com/


I faced the same problem. Check your url, you might be opening the one which ends in .git. Instead go to your heroku dashboard and open the app from there using the correct url.