Unable to run NextJS with npm run build – Nginx
I recently deployed a react static app on my digitalocean server. All I did was show the root directory of the build file in the Nginx config file. And it's running well. Now I am trying to host a NextJS…