App Platform Support Articles

Environment variables are only available as build-args for Dockerfile builds in App Platform.
You can change an app’s source repository by updating the app’s spec.
Ensure the missing module is listed in the dependencies section of the package.json file.
App Platform does not currently support injecting values as files on disk. Use environment variables to create files at run time.
Review your app’s build logs to diagnose which process failed during building.
Try to reupload the image to see if it resolves the issue.
We do not support using apt-get install when using buildpacks. Instead, use a Dockerfile.
Database bind variables are only available during an app’s deployment and run times.
Change dockerfile_path to match your Dockerfile’s path.
Your app is likely unavailable on the port App Platform uses to perform health checks. Customize the health check or update the ports in your app.
Review some common troubleshooting techniques for App Platform.