fly volumes create remix_data --region iad --size 3 --app myapp
Error failed creating volume: Temporary error creating volume. Please run `fly volumes list` in a few minutes and see if it cleared up.
I’ve deleted the volume and retried creating a new one multiple times. Still get this issue after waiting an hour.
I’ve also tried deleting and bringing my app up again
~fly apps create remix-staging-guj
? Select Organization: Org
New app created: myapp
~fly volumes create remix_data --region iad --size 3 --app myapp
Error failed creating volume: Temporary error creating volume. Please run `fly volumes list` in a few minutes and see if it cleared up.
Also, I have my production remix app that I have been using. Tested trying to add in another volume to it. Same issue is happening even though I have a volume attached to his application that already works.