Use the app’s Settings tab to remove domains associated with App Platform apps.
Where can I find the client IP address of a request connecting to my app?
Validated on 29 Jan 2025 • Last edited on 18 Mar 2026
App Platform adds a do-connecting-ip HTTP header that contains the client’s IP address for requests directed to your app. While the x-forwarded-for header is often used for this purpose, App Platform uses this header for the IP address of the DigitalOcean ingress server that forwarded the request to your app.
Related Topics
How do I fix the error "Record is managed by an App on this account, and cannot be deleted"?
Why do I get the error “JavaScript heap out of memory” during deployment?
Increase the heap memory by setting the environment variable NODE_OPTIONS=–max-old-space-size=4096.
How do I fix a "permission denied for schema public" error in my dev database?
Delete the existing dev database and create a new one. Then make sure that the app deployment completes successfully.