bradtraversy / mern_shopping_list

Shopping List built with MERN and Redux
605 stars 436 forks source link

Successful Heroku Deployment but Application not rendered - ES6 Issue #35

Open srlars opened 4 years ago

srlars commented 4 years ago

Hey guys, since the change to ES6 and the inclusion of Typescript in the client, the server code, using import / export from ES6 too, seems broken when in production on Heroku.

Tried to include Typescript on the server side, changing back to const / require but nothing seems to bring Heroku to render the ES6 changes. Variables (.env) are properly declared in Heroku Settings and package-lock.json and node_modules not included in the upload.

Would appreciate it if someone can have a look at the ES6 server side issue.

repetny commented 4 years ago

Same problem, looks like "npm start" won't run because files are not transpiled.

Waxoussou commented 4 years ago

Guess I have a similar issue. API working good but no render of my react front ... Not any news on solving that issue ?