React script not running on browser

Hi
I’m using vscode for my react project. I’ve been running the app using ‘npm start’ for a while now, and has been working perfectly; the app then runs in localhost on my google browser. Recently, when I try to do that, it doesn’t load on my browser, and says:
This page isn’t working
localhost didn’t send any data.
ERR_EMPTY_RESPONSE
Is there a way to fix this? I’ve tried to restart the browser, and tried some other solutions online but they don’t work

hello and welcome back to fcc forum :slight_smile:

is it calling any any “external api” on page load?

Thank you for the welcome! I’m not sure exactly what that means, but could you explain how to check?

Sure! Here is it: GitHub - Maame-Yaa/react

Are you sure react-scripts is installed in your node_modules?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.