Functions does not support forwarding to Managed OpenSearch.
Why does my app fail to build while trying to connect to a DigitalOcean Managed Database?
Validated on 29 Jan 2024 • Last edited on 2 Jul 2024
App Platform does not support connecting to DigitalOcean Managed Databases during the build process if the database has trusted sources enabled. This is because the app’s network configuration information can only be provided to the database’s trusted sources list after the app has been built.
This limitation is by design.
As a workaround, you can temporarily disable trusted sources for your app. However, we recommend not connecting your database to your app at build time. This keeps the build process self-contained and independent of external services that might otherwise cause the build to fail.
Related Topics
Troubleshoot by making sure the Dockerfile and its commands build on Linux AMD64 and other steps.
App Platform automatically generates and issues the SSL certificate during the configuration.