After deploying, hitting Heroku logs in the console caused an error
console
Error: Missing required flag
Since the repository is not linked to Heroku's server, an error is displayed, so link it. Do the following in the console
heroku login
git remote -v
heroku git:remote -a <HerokuAppName>
git remote -v