-
Published Answer
I’m using this on a worker instance, you can check in your logs if it’s running or not (stdout goes there) - I’m not sure if you’re…
•
By
VoordeMensen
-
Published Answer
My strategy has been to locally save the yaml file:
https://cloud.digitalocean.com/apps/download-spec/your-app-name.yaml
`...
•
By
VoordeMensen
-
Published Answer
I’m using hashids as well, works with ext-bcmath in composer.json as mentioned above
•
By
VoordeMensen
-
Published Answer
You can just add ext-bcmath to composer.json and it will be included on build
composer require ext-bcmath
•
By
VoordeMensen
-
Published Question
I can select "app platform" as a trusted source in my managed database settings, but my app can't connect to the database once I do so. Even though it's attached as a component to the app.
Am I overlooking something?...
1
•
•
By
VoordeMensen
DigitalOcean App Platform
DigitalOcean Managed MySQL Database
Security
-
Published Answer
I guess you could take a look at Jobs inside App Platform, that seem the way to go: [Edit Jobs :: How to Manage Jobs in App Platfor…
•
By
VoordeMensen
-
Published Question
For proper localization inside my app I need additional language-packs to be installed.
On my droplet I simply ran:
apt-get install language-pack-nl
But that doesn't work as a build command on app platform. Any su...
1
•
•
By
VoordeMensen
DigitalOcean App Platform