ga-wdi-boston / full-stack-project

Other
8 stars 64 forks source link

grunt deploy sos #1029

Closed Azinck94 closed 7 years ago

Azinck94 commented 7 years ago

Just deployed front end but am now getting weird errors at local host testing url and in grunt serve

ERROR in ./index.js
Module build failed: Error: ENOENT: no such file or directory, open '/Users/firstuser/Downloads/Fullstack-Front-End/index.js'
    at Error (native)
 @ multi application

ERROR in ./spec/_all.js
Module build failed: Error: ENOENT: no such file or directory, open '/Users/firstuser/Downloads/Fullstack-Front-End/spec/_all.js'
    at Error (native)
 @ multi specs
Azinck94 commented 7 years ago

Planning on redeploying but want to sit down with someone if possible before I make anything worse, thanks!

Azinck94 commented 7 years ago

Also can't see my site at the gh pages url but will update if that changes.

jordanallain commented 7 years ago

did you modify the index.js file in the root of the repo?

Azinck94 commented 7 years ago

no i didn't that error came up when I deployed, hence why I am very confused!!

cpearce31 commented 7 years ago

I can take a look

Azinck94 commented 7 years ago

am deployed all set now, and can log in and out, but am getting an error on trying to show my list of players:


GET https://ballerhub.herokuapp.com/ballers 500 (Internal Server Error)
Azinck94 commented 7 years ago

we are still having issues, event though routes seem to be in order as well as the controller. we can't seem to find where the issue is other than that it is not on the front end(everything works for local host)

Azinck94 commented 7 years ago

ran a heroku db: migrate and the heroku run rake db:seed in order to re seed heroku database which worked!