Error: failed to provision seed volume

New user here…getting this error in a GitHub Action.

Creating a 1 GB volume named 'data' 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: failed to place your volume due to an error (Request ID: 01HJ7QJ0MQ4K945P0KQ16HE0FW-sjc)

from fly.toml

[mounts]
destination = "/data"
source = "data"
initial_size = 1
volume_size = 1

also experienced here:

Are you able to share the workflow? Or at least the command being run to create the volume?

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