node-react-ecommerce icon indicating copy to clipboard operation
node-react-ecommerce copied to clipboard

404 error.

Open zekelaryea opened this issue 5 years ago • 7 comments

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

zekelaryea avatar Jun 06 '20 09:06 zekelaryea

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 [email protected] 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 .

basir avatar Jun 06 '20 11:06 basir

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!

zekelaryea avatar Jun 08 '20 12:06 zekelaryea

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.

MBEDOBE avatar Jun 09 '20 03:06 MBEDOBE

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 [email protected] 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 .

basir avatar Jun 09 '20 04:06 basir

i have sent a message on skype, Mbedobe K

MBEDOBE avatar Jun 09 '20 05:06 MBEDOBE

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 [email protected] 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 avatar Aug 23 '20 13:08 MBEDOBE

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)

MBEDOBE avatar Aug 26 '20 15:08 MBEDOBE