1st time deploying app fails creating volume

Creating 1GB volume 'perm' for process group 'app'. Use 'fly vol extend' to increase its size
Error: failed to provision seed volumes: failed creating volume: failed to create volume: no capacity available in
make: *** [fly] Error 1

The toml doesn’t have any specific volume settings.

Full log:

fly deploy --local-only
==> Verifying app config
Validating /Users/andig/htdocs/cloud/fly.toml
Platform: machines
✓ Configuration is valid
--> Verified app config
WARN JWT_TOKEN_SECRET may be a potentially sensitive environment variable. Consider setting it as a secret, and removing it from the [env] section: https://fly.io/docs/reference/secrets/

WARN GITHUB_CLIENT_SECRET may be a potentially sensitive environment variable. Consider setting it as a secret, and removing it from the [env] section: https://fly.io/docs/reference/secrets/

==> Building image
Searching for image 'evcc/sponsor' locally...
image found: sha256:256b3ff0996f57eaed16f39af5c44fd15366df15e4caeabfd3764028451070b7
==> Pushing image to fly
The push refers to repository [registry.fly.io/sponsor]
81b0beaf096d: Layer already exists
3e4c3e25ba3d: Layer already exists
5f4d920db64c: Layer already exists
4693057ce236: Layer already exists
deployment-01HAERDX7GVXW37SPR6JZRWTVS: digest: sha256:086688b48f6ba798a512a6074252ef88b43de8b85f19e3bf7997d5d020e46ba4 size: 1160
--> Pushing image done

Watch your deployment at https://fly.io/apps/sponsor/monitoring

? Would you like to allocate dedicated ipv4 and ipv6 addresses now? No

Creating 1GB volume 'perm' for process group 'app'. Use 'fly vol extend' to increase its size
Error: failed to provision seed volumes: failed creating volume: failed to create volume: no capacity available in
make: *** [fly] Error 1

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.