serve icon indicating copy to clipboard operation
serve copied to clipboard

You need to enable JavaScript to run this app

Open haanamomo opened this issue 4 years ago • 1 comments

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 .

haanamomo avatar Nov 17 '21 17:11 haanamomo

Having this same issue! Anyone ever found out what is happening?

anafvana avatar May 17 '22 00:05 anafvana