Can't host on Apache Server with old Node.js version
Unanswered
Southern fire ant posted this in #help-forum
Southern fire antOP
Hi, I am trying to host my next.js website on an Apache server, but the version of Node.js on the server is too old, v0.10.30. I have had success when I tried hosting only the static build of the website (since it didn't rely on the server's node version); however, my application needs to use api routes for Google Sheets api as well as auth.js. I set up a reverse proxy to run npm build and npm run start, but due to it being an ancient version, it fails. I also can't get sudo access to this server. Can someone please tell me if there is any other option other than static build? Thank you in advance.