Im running an app on Google App Engine, its a simple node js application, the start command i run it with is pm2 start build/index.js
but i keep getting this error Start program failed: failed to detect app after start: ForAppStart():
Google App Engine - PM2 - Start program failed: failed to detect app after start: ForAppStart():
Asked Answered
© 2022 - 2024 — McMap. All rights reserved.
npm run start
I see pm2 trying to start then this error – Litterbug