Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Hey all,
I pushed my Node/Express app to App Platform from GitHub. The build succeeds, but then the deployment fails and the logs just show it restarting over and over. Sometimes I see “readiness probe failed” or the deploy times out.
It runs perfectly on my laptop. What am I doing wrong?
Here’s how I start my server:
const express = require("express");
const app = express();
app.get("/", (req, res) => res.send("Hello"));
app.listen(3000, "localhost", () => {
console.log("Server running on http://localhost:3000");
});
KFSys
ef1ed44cc2154be3bcbb2d727878f8
Devs Neonetworks
1e6b823ea20d4cb189a34a922f5588
Telmo Valverde
erik-jan martens
Henry Mui
anthonycarreon
garantieheld
Marin
f25932a0b984430fb48c4256f1aaad