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! I’ve been trying to deploy an app with the App Platform but the status always keeps building without throwing any errors on the logs. In another DO account (where I am the owner), I deployed the same app in a couple of minutes. In the project where I don’t pass the building phase, I have a member role, I am not sure if it could be causing the problems. Has someone had this issue before?
Logs:
[slack-bot] [2023-06-07 20:42:58] ╭──────────── git repo clone ───────────╼
[slack-bot] [2023-06-07 20:42:58] │ › fetching app source code
[slack-bot] [2023-06-07 20:42:58] │ => Selecting branch "main"
[slack-bot] [2023-06-07 20:42:58] │ => Checking out commit "857fabed71134e26f46098d0f460c42a6566627a"
[slack-bot] [2023-06-07 20:42:58] │
[slack-bot] [2023-06-07 20:42:58] │ ✔ cloned repo to /workspace
[slack-bot] [2023-06-07 20:42:58] ╰────────────────────────────────────────╼
[slack-bot] [2023-06-07 20:42:58]
[slack-bot] [2023-06-07 20:42:58] › configuring build-time app environment variables:
[slack-bot] [2023-06-07 20:42:58] DB_USER DB_NAME SLACK_CLIENT_ID SLACK_CLIENT_SECRET DB_HOSTNAME SLACK_SIGNING_SECRET DB_PASSWORD DB_PORT SERVER_PORT
[slack-bot] [2023-06-07 20:42:58]
[slack-bot] [2023-06-07 20:42:58] › configuring custom build command to be run at the end of the build:
[slack-bot] [2023-06-07 20:42:58] │ npm run build
[slack-bot] [2023-06-07 20:42:58]
[slack-bot] [2023-06-07 20:42:58] ╭──────────── buildpack detection ───────────╼
[slack-bot] [2023-06-07 20:42:58] │ › using Ubuntu 18.04 stack
[slack-bot] [2023-06-07 20:42:59] │ Detected the following buildpacks suitable to build your app:
[slack-bot] [2023-06-07 20:42:59] │
[slack-bot] [2023-06-07 20:42:59] │ heroku/nodejs-engine v0.5.2
[slack-bot] [2023-06-07 20:42:59] │ digitalocean/node v0.3.6 (Node.js)
[slack-bot] [2023-06-07 20:42:59] │ digitalocean/procfile v0.0.3 (Procfile)
[slack-bot] [2023-06-07 20:42:59] │ digitalocean/custom v0.1.1 (Custom Build Command)
[slack-bot] [2023-06-07 20:42:59] │
[slack-bot] [2023-06-07 20:42:59] │ For documentation on the buildpacks used to build your app, please see:
[slack-bot] [2023-06-07 20:42:59] │
[slack-bot] [2023-06-07 20:42:59] │ Node.js v0.3.6 https://do.co/apps-buildpack-node
[slack-bot] [2023-06-07 20:42:59] ╰─────────────────────────────────────────────╼
[slack-bot] [2023-06-07 20:42:59]
[slack-bot] [2023-06-07 20:42:59] ╭──────────── app build ───────────╼
[slack-bot] [2023-06-07 20:42:59] │ ---> Node.js Buildpack
[slack-bot] [2023-06-07 20:42:59] │ ---> Installing toolbox
[slack-bot] [2023-06-07 20:42:59] │ ---> - jq
[slack-bot] [2023-06-07 20:43:00] │ ---> - yj
[slack-bot] [2023-06-07 20:43:00] │ ---> Getting Node version
[slack-bot] [2023-06-07 20:43:00] │ ---> Resolving Node version
[slack-bot] [2023-06-07 20:43:01] │ ---> Downloading and extracting Node v17.9.1
[slack-bot] [2023-06-07 20:43:06] │ ---> Parsing package.json
[slack-bot] [2023-06-07 20:43:06] │ ---> No file to start server
[slack-bot] [2023-06-07 20:43:06] │ ---> either use 'docker run' to start container or add index.js or server.js
[slack-bot] [2023-06-07 20:43:06] │ Project contains package-lock.json, using npm
[slack-bot] [2023-06-07 20:43:07] │ Using npm v8.11.0. To configure a different version of npm, set the engines.npm property in package.json.
[slack-bot] [2023-06-07 20:43:07] │ See https://do.co/apps-buildpack-node for further instructions.
[slack-bot] [2023-06-07 20:43:07] │ Installing node_modules using npm (from package-lock.json)
[slack-bot] [2023-06-07 20:43:07] │ Running npm ci
[slack-bot] [2023-06-07 20:43:07] │
[slack-bot] [2023-06-07 20:43:15] │
[slack-bot] [2023-06-07 20:43:15] │ added 188 packages, and audited 189 packages in 7s
[slack-bot] [2023-06-07 20:43:15] │
[slack-bot] [2023-06-07 20:43:15] │ 54 packages are looking for funding
[slack-bot] [2023-06-07 20:43:15] │ run `npm fund` for details
[slack-bot] [2023-06-07 20:43:15] │
[slack-bot] [2023-06-07 20:43:15] │ found 0 vulnerabilities
[slack-bot] [2023-06-07 20:43:15] │ npm notice
[slack-bot] [2023-06-07 20:43:15] │ npm notice New major version of npm available! 8.11.0 -> 9.7.1
[slack-bot] [2023-06-07 20:43:15] │ npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.7.1>
[slack-bot] [2023-06-07 20:43:15] │ npm notice Run `npm install -g npm@9.7.1` to update!
[slack-bot] [2023-06-07 20:43:15] │ npm notice
[slack-bot] [2023-06-07 20:43:15] │
[slack-bot] [2023-06-07 20:43:15] │ Running custom build command: npm run build
[slack-bot] [2023-06-07 20:43:15] │
[slack-bot] [2023-06-07 20:43:15] │ > slackbot@1.0.0 build
[slack-bot] [2023-06-07 20:43:15] │ > node ./src/app.js
[slack-bot] [2023-06-07 20:43:15] │
[slack-bot] [2023-06-07 20:43:15] │ [WARN] OAuth:InstallProvider:0 You've set InstallProvider#stateVerification to false. This flag is intended to enable org-wide app installations from admin pages. If this isn't your scenario, we recommend setting stateVerification to true and starting your OAuth flow from the provided `/slack/install` or your own starting endpoint.
[slack-bot] [2023-06-07 20:43:15] │ ⚡️ Bolt app is running!
a6309a057c3f4cb38fb2e7feb67236
KFSys
ef1ed44cc2154be3bcbb2d727878f8
Devs Neonetworks
1e6b823ea20d4cb189a34a922f5588
Telmo Valverde
erik-jan martens
Henry Mui
anthonycarreon
garantieheld
Marin