basir / node-react-ecommerce

Build ECommerce Website Like Amazon By React & Node & MongoDB
https://node-react-ecommerce-app.herokuapp.com/
1.69k stars 794 forks source link

404 error. #36

Open zekelaryea opened 4 years ago

zekelaryea commented 4 years ago

cannot find the /api/products path when trying to use api to get product details

basir commented 4 years ago

check your code with this: https://github.com/basir/node-react-ecommerce/pull/16/files

On Sat, Jun 6, 2020 at 2:11 PM Ezekiel notifications@github.com wrote:

cannot find the /api/products path when trying to use api to get product details

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/basir/node-react-ecommerce/issues/36, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATUFQY4FP2ECDQ3XQ2JMXTRVIFNBANCNFSM4NVZZTIA .

zekelaryea commented 4 years ago

check your code with this: https://github.com/basir/node-react-ecommerce/pull/16/files On Sat, Jun 6, 2020 at 2:11 PM Ezekiel @.***> wrote: cannot find the /api/products path when trying to use api to get product details — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#36>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATUFQY4FP2ECDQ3XQ2JMXTRVIFNBANCNFSM4NVZZTIA .

Thank you!

MBEDOBE commented 4 years ago

i am stuck at this error for two days now, @zekelaryea were you able to resolve the issue? i have gone through the pull file but still getting the 404 error.

basir commented 4 years ago

Lets Skype call to fix your issue. Send Skype message to basir.jafarzadeh to fix a call for you.

On Tue, Jun 9, 2020 at 7:55 AM MBEDOBE notifications@github.com wrote:

i am stuck at this error for two days now, @zekelaryea https://github.com/zekelaryea were you able to resolve the issue? i have gone through the pull file but still getting the 404 error.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/basir/node-react-ecommerce/issues/36#issuecomment-641005414, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATUFQZBHVZACMKMCVDNYL3RVWTUJANCNFSM4NVZZTIA .

MBEDOBE commented 4 years ago

i have sent a message on skype, Mbedobe K

MBEDOBE commented 4 years ago

hi, sorry for the late reply. currently having network issues. unable to work online from my location. will write the solution as soon as possible. kind regards

On Fri, Aug 14, 2020, 2:13 PM livetoworldlife notifications@github.com wrote:

how did you solve this issue. can u write the solution?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/basir/node-react-ecommerce/issues/36#issuecomment-674095027, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGAS2YA2RROJWAZJWO6IWWLSAVBANANCNFSM4NVZZTIA .

MBEDOBE commented 4 years ago

if this issue persist after following the tutorial to the letter without any errors in your code, then there are a few more steps to get it running smoothly.

  1. close all open terminals
  2. open a new terminal and type npm start (this will start the backend server)-always start the backend server first
  3. open another terminal(click the plus icon on the right in vscode) and type cd frontend
  4. now type npm start (your code should run smoothly now)