node-react-ecommerce
node-react-ecommerce copied to clipboard
Build ECommerce Website Like Amazon By React & Node & MongoDB
I'm trying to raise the Application to HEROKU **heroku logs --tail**: **Cannot find module '/app/dist/server.js'** how can to fix that?? thanks
HomeScreen D:/React/Amazona/frontend/src/Screens/HomeScreen.js:25 22 | 23 | return loading ? Loading... : 24 | error ? {error} : > 25 | | ^ 26 | { 27 | products.map(product => 28...
During Lesson 15, Signin and Resgister screens: **Error on Terminal:** Proxy error: Could not proxy request _/api/products_ from _localhost:3000_ to _http:._ **Error on Console:** Failed to load resource, the server...
i do the same way you did but i get {"msg":"User is not defined"} from http://localhost:5000/api/users/createadmin
None of the product components are showing up when i try to search. Love the tutorial! just need to guidance with this. :)
I always see userRoute errors as below. can you please help with me? 2020-06-04T15:41:02.053612+00:00 heroku[web.1]: State changed from crashed to starting 2020-06-04T15:41:04.401044+00:00 heroku[web.1]: Starting process with command `node dist/server.js` 2020-06-04T15:41:07.747864+00:00...
 dispatch(addToCart(item.product, e.target.value))}> {[...Array(item.countInStock).keys()].map(x => {x + 1})}
### when i try to run the server i get this error  SyntaxError: C:\Users\no one\Desktop\root3\myWeb\backend\server.js: Unexpected token (15:21) 13 | const mongodbUrl =config.MONGODB_URL; 14 | mongoose.connect(mongodbUrl, { > 15...
when I   try to sign in it returns status 401 also when I run localhost:5000/api/users/create admin it does work and I see...
  I write as it is as u mention in video, I also copy the code from git repository,but it is not a updating the total cost will we...