Skip to main content
Tooling
0 votes
2 replies
128 views

I have an pretty simple API to build and am considering using Express.js which I have not used before. So far like like what I have seen in the little bit that I have built. However I am having a hard ...
Louie's user avatar
  • 107
0 votes
1 answer
139 views

As said in the question. I deployed a nextjs app by spinning up a VM instance with Ubuntu OS (24.4.0); then installing nginx, nvm and pm2; I then clone my project to the server, config nginx server to ...
ThomasH.Allen's user avatar
0 votes
2 answers
62 views

I have a React frontend and a Node.js backend running on a Windows server using IIS. The React frontend works fine when served through IIS, but the Node.js backend does not start automatically when ...
Vegada Deep's user avatar
0 votes
1 answer
56 views

Our transfer service has been having issues, somehow when I run the transfer service off my the regular node command it works, but when I run it with pm2 is will cause an error INSIDE the sendwithus ...
lando2319's user avatar
  • 1,962
0 votes
0 answers
89 views

I'm deploying Node.js based server on EC2 via code deploy. I'm using pnpm and pm2, when execution of shell script from appsepc.yml, it seems path not works. pnpm command not found or pm2 command not ...
Gipyo.Choi's user avatar
0 votes
1 answer
86 views

A legacy application is running v12.18.0, and when presented with a large GET request it gives me 413 Request Header Fields Too Large I have checked the same request by running it on a different ...
Husain Shaikh's user avatar
0 votes
0 answers
56 views

I have a NextJS application running with pm2 and recently I updated the app with Apple signin feature. So, I have to setup two new environment variables in my server, namely AUTH_APPLE_ID and ...
Seto's user avatar
  • 1,762
1 vote
0 answers
56 views

I have this coding in my index.html: <!-- Href Hyperlinks --> <a href="index.html">Trade Bot</a> <a href="raffles.html">Monthly Raffles</a>...
oGvn's user avatar
  • 11
0 votes
0 answers
178 views

I have a FastAPI project that I'm trying to run on server. that project uses PaddleOCR, when I just run the project with: fastapi run main.py It runs normally and shows a ppocr log: ppocr DEBUG: ...
diego alejandro's user avatar
0 votes
0 answers
232 views

I'm running into a frustrating issue after migrating my backend from Render (free tier) to cPanel (for beta testing and reviews). The backend is built with Express, uses Drizzle ORM, and connects to a ...
Balmer Mwongera's user avatar
0 votes
0 answers
88 views

I currently have a schedule set up using crontab that runs a file every morning using PM2 with the below command: 10 07 * * * export NODE_ENV=prod&& sudo -E pm2 start /pathToFile/file.js -n ...
kuzen96's user avatar
  • 35
0 votes
0 answers
120 views

I’m facing an issue with a Node.js application that uses the fs module to read files from a network drive on Windows. The app works fine during development, but when I run it as a PM2 service, it ...
Narendra Singh's user avatar
0 votes
2 answers
134 views

I can't get why a simple node process failing doesn't get detected by pm2. pm2-dev app.js (or pm2 start app.js) with app.js containing : throw new Error("test"); => pm2 does not detect ...
Jscti's user avatar
  • 14.5k
1 vote
0 answers
63 views

I've been using Node v20, passing it --env-file env/.dev in order to set environment variables. Now, for some package scripts I need to add pm2 support. Turns out, pm2 forces me to place environment ...
vitaly-t's user avatar
  • 26.2k
0 votes
1 answer
355 views

module.exports = { apps : [{ name : "my_app", cwd : "/abosolute/path-to/my-app/", script : "main.py", cron_restart : "0 * * * *&...
Arfath Yahiya's user avatar

15 30 50 per page
1
2 3 4 5
152