DigitalOcean home
Products
Tutorials
Reference
Support
Developer Center
New
Search Docs
/
Sign Up
Products
Tutorials
Reference
Support
Developer Center
New
All Articles
Accounts
21
App Platform
11
Backups
8
Billing
7
Connectivity Troubleshooting
4
Load Balancer Connectivity
Cloud Firewall Connectivity
Droplet Firewall Connectivity
Network Configuration Issues
Databases
1
DNS
10
Droplets
52
Firewalls
3
Functions
1
IPv6
5
Kubernetes
8
Load Balancers
5
MongoDB
7
MySQL
15
Networking
9
PostgreSQL
8
Redis
7
Reserved IPs
6
Snapshots
16
Spaces
3
SSH Troubleshooting
4
Connectivity Issues
Protocol Initiation Issues
Authentication Issues
Shell Environment Issues
SSL
3
Support Plans FAQ
22
Teams
2
Third-Party
1
Third-Party Applications
5
Volumes
4
Vpc
1
Support
>
App Platform
Was this page helpful?
Can't Sign In?
App Platform Support Articles
Generated on 1 Jun 2023
Why can't I access my environment variables at build time when building from a Dockerfile on App Platform?
Environment variables are only available as build-args for Dockerfile builds in App Platform.
How do I change my app's GitHub repository on App Platform?
You can change an app’s source repository by updating the app’s spec.
Why am I receiving a missing module error when building my Node.js app on App Platform ?
Ensure the missing module is listed in the
dependencies
section of the
package.json
file.
Can I inject certificates or other files into my app at build time?
App Platform does not currently support injecting values as files on disk. Use environment variables to create files at run time.
My app failed to build and I received an exit code
Review your app’s build logs to diagnose which process failed during building.
My DOCR image failed to upload or timed out
Try to reupload the image to see if it resolves the issue.
Why are my apt-get dependencies missing from my app?
We do not support using
apt-get install
when using buildpacks. Instead, use a Dockerfile.
Why are my database bind variables missing from my app?
Database bind variables are only available during an app’s deployment and run times.
How do I solve an Invalid dockerfile_path error?
Change
dockerfile_path
to match your Dockerfile’s path.
My app deployment failed because of a health check
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.
How to Troubleshoot Apps in App Platform
Review some common troubleshooting techniques for App Platform.
Control Panel
Blog
Pricing
Careers
Terms
Privacy
Status
API Docs
Tutorials
Support