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.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I loved every post on React! it was very well explained and easy to follow! Thank you very much for sharing your knowledge.
Greetings from TKY Japan
Every time the code gets pushed, app builds automatically, but it takes more than 20min. Is this supposed to be like that? You’ve mentioned it might take couple minutes.
This worked perfectly fine. In this demo, you had only one route “/” and it was setup. But what if there are many routes i.e “/a”, “/b”, “/c”.
is there any way to configure a wildcard route to redirect all the requests to “/”.
I followed this tutorial and it worked perfectly, but my app (React) is being started in development mode. Any idea how I can change this? I am sort of new to React so I don’t know if I have to change anything in the project. Thank you!
After doing the above, how can I connect this app to DNS? instead of the default digital ocean link shown there?
Hello! Does the HTML content generated on the server (server side rendering) or on the client side (client side rendering)?
If I try to access a sub route in my app I get a 404 error. How can I configure the app to always go trough my index.html file thus use the React routing system?
I have tried this word for word, sep for step, about half a dozen times and in each case it fails during the build with the following:
[2023-07-05 01:37:16] │ npm notice
[2023-07-05 01:37:16] │ npm notice New major version of npm available! 8.19.4 -> 9.7.2
[2023-07-05 01:37:16] │ npm notice Changelog: https://github.com/npm/cli/releases/tag/v9.7.2
[2023-07-05 01:37:16] │ npm notice Run npm install -g npm@9.7.2 to update!
[2023-07-05 01:37:16] │ npm notice
[2023-07-05 01:37:16] │ npm ERR! code EUSAGE
[2023-07-05 01:37:16] │ npm ERR!
[2023-07-05 01:37:16] │ npm ERR! npm ci can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with npm install before continuing.
[2023-07-05 01:37:16] │ npm ERR!
[2023-07-05 01:37:16] │ npm ERR! Invalid: lock file’s typescript@5.1.6 does not satisfy typescript@4.9.5
[2023-07-05 01:37:16] │ npm ERR!
[2023-07-05 01:37:16] │ npm ERR! Clean install a project
[2023-07-05 01:37:16] │ npm ERR!
[2023-07-05 01:37:16] │ npm ERR! Usage:
[2023-07-05 01:37:16] │ npm ERR! npm ci
[2023-07-05 01:37:16] │ npm ERR!
[2023-07-05 01:37:16] │ npm ERR! Options:
[2023-07-05 01:37:16] │ npm ERR! [-S|–save|–no-save|–save-prod|–save-dev|–save-optional|–save-peer|–save-bundle]
[2023-07-05 01:37:16] │ npm ERR! [-E|–save-exact] [-g|–global] [–global-style] [–legacy-bundling]
[2023-07-05 01:37:16] │ npm ERR! [–omit <dev|optional|peer> [–omit <dev|optional|peer> …]]
[2023-07-05 01:37:16] │ npm ERR! [–strict-peer-deps] [–no-package-lock] [–foreground-scripts]
[2023-07-05 01:37:16] │ npm ERR! [–ignore-scripts] [–no-audit] [–no-bin-links] [–no-fund] [–dry-run]
[2023-07-05 01:37:16] │ npm ERR! [-w|–workspace <workspace-name> [-w|–workspace <workspace-name> …]]
[2023-07-05 01:37:16] │ npm ERR! [-ws|–workspaces] [–include-workspace-root] [–install-links]
[2023-07-05 01:37:16] │ npm ERR!
[2023-07-05 01:37:16] │ npm ERR! aliases: clean-install, ic, install-clean, isntall-clean
[2023-07-05 01:37:16] │ npm ERR!
[2023-07-05 01:37:16] │ npm ERR! Run “npm help ci” for more info
[2023-07-05 01:37:16] │
[2023-07-05 01:37:16] │ npm ERR! A complete log of this run can be found in:
[2023-07-05 01:37:16] │ npm ERR! /home/apps/.npm/_logs/2023-07-05T01_37_08_617Z-debug-0.log
[2023-07-05 01:37:16] │ unable to invoke layer creator
[2023-07-05 01:37:16] │ installing node_modules: exit status 1
[2023-07-05 01:37:16] │
[2023-07-05 01:37:16] │ ERROR: failed to build: exit status 1
[2023-07-05 01:37:16] │
[2023-07-05 01:37:16] │
[2023-07-05 01:37:16] │ For documentation on the buildpacks used to build your app, please see:
[2023-07-05 01:37:16] │
[2023-07-05 01:37:16] │ Node.js v0.3.6 https://do.co/apps-buildpack-node
[2023-07-05 01:37:16] │
[2023-07-05 01:37:16] │ ✘ build failed