Next.js/React application with pm2: SyntaxError: Unexpected token '<' – Reactjs
I'm new to next.js and react. I have created a simple application and would like to serve it using pm2 and Apache. When I run npm run dev in the folder of the next project, the server starts and I…