Giter VIP home page Giter VIP logo

Comments (5)

codetipster avatar codetipster commented on July 26, 2024

from feedback-app.

lukeryandev avatar lukeryandev commented on July 26, 2024

Thanks for the response, but I did already try that based on the text of the error message. I can't seem to find the location this is happening. As I mentioned in OP, this issue is with the courses 'main' code also. Simply forking, running npm i and npm start loads the application with bugs so was hoping Brad or his team could rectify the source code so I can compare against the error.

This is after a clean fork/install:
image

from feedback-app.

codetipster avatar codetipster commented on July 26, 2024

from feedback-app.

levi-blodgett avatar levi-blodgett commented on July 26, 2024

@codetipster This project uses Netlify to host frontend and the backend is managed via JSON SERVER locally, it looks like based on the screenshot he is running it locally as well.

I forked and then git reset to commit b308a0b to test and still didn't get these errors @lukeryandev.

If you haven't, try:

  • A clean fork on the most recent commit
  • Clear the cache on localhost:3000
  • Double-check nothing else is trying to run on port 3000 locally

If you still get the error, could you post a screenshot of the edit and update feedback functions as well as your proxy settings in package.json?

from feedback-app.

bushblade avatar bushblade commented on July 26, 2024

Hi @lukeryandev
Sorry for the late reply.
The issue is that you are not running json-server, so your client is not getting any response when making the request to json-server.
Make sure to run the server in one terminal

npm run server

And then in another terminal run the client React app..

npm start

Or use the dev script to run both scripts in one terminal process...

npm run dev

from feedback-app.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.