StephenGrider / FullstackReactCode

Companion repo to https://www.udemy.com/node-with-react-fullstack-web-development
1.39k stars 1.17k forks source link

Application error while first deployment #7

Closed morfsys closed 7 years ago

morfsys commented 7 years ago

I was following the tutorial. In tut. 14, when I ran heroku open a new browser window open with the following screen: heroku-app-error

This is the screenshot of my console heroku-error

Mabloq commented 7 years ago

I have the same issue!! Did you figure it out?

Mabloq commented 7 years ago

Ok, I looked at one 2 things.

  1. My node -v and npm -v didn't match my engines settings in package.json ( i think this is your problem)
  2. I looked closer at the my logs and saw that I didn't have my heroku env keys matching correctly with my soruce code keys. (my problem)
morfsys commented 7 years ago

You are right. Thank you.