i am getting error on production react ''You need ...
# gd-beginners
g
i am getting error on production react ''You need to enable JavaScript to run this app."
j
Hi Gaurav, Could you please provide more details as to exactly what actions you are taking and what you are trying to achieve?
j
hey Gaurav, unfortunately again smthg we cannot really provide support for but first obvious thing would be to check if you have Javascript enabled in the browser. After all, the error message is trying to say us that.
If you’re running a backend server alongside your React app,there is a high chance you don’t have a proxy server configured properly.
If you’re not having any problems when running your React app in the development server, but you see the You need to enable Javascript to run this app error when you run production build. You probably need to set up a server to serve your React app correctly.