serve
serve copied to clipboard
You need to enable JavaScript to run this app
I was using serve to serve a React static page without any backend services, when I run serve -s build in my computer and visited the site by localhost:3000, it worked well. However, when I used scp to copy the 'build' folder to the remote machine and run serve -s build here, I couldn't visit it from ip:port, and it gave the error You need to enable JavaScript to run this app .
Having this same issue! Anyone ever found out what is happening?