Hey, I've just installed new react app and getting this error in console "You need to enable javascript to run this app". I'don't understand why I am facing such problems. I am using latest ubuntu OS. Anyone react expert here to help me out?
Thanks in advance.
That is not an error on your screen, but a response from server. Since you're looking into "Preview" tab, you see the only text from the index.html template:
https://github.com/facebook/create-react-app/blob/next/packages/react-scripts/template/public/index.html#L26
@RusinovAnton yes i know that but whenever I am trying to send data in node api it does not sending any request. I think this is because of it.
@jimkaler I doubt that. Since your problem isn't related to create-react-app bug/issue I think StackOverflow will be a better place to ask your question.
I would also suggest to start your question by describing the exact problem you're trying to fix:
I am trying to send data in node api
Best wishes
@jimkaler hi, so how did you finally solve the problem?
I am still facing the same problem.After migrating to react-script 2, I am getting "You need to enable JavaScript to run this app." for every api request.Earlier everything was working fine.
Most helpful comment
@jimkaler hi, so how did you finally solve the problem?