Can not deploy app

I am using supabase-grafana repo and try to deploy the app.

But have error when deploy

Error error loading appv2 config: failed loading appv2 config from /home/danhnguyen/WORKING/project/omastar/supabase-grafana/fly.toml: json: cannot unmarshal array into Go struct field Config.mounts of type appv2.Volume

Please help me in this case

This is a validation error for fly.toml. Odd that this happened after all these steps (thanks for sharing the logs!)

Can you verify your fly.toml if your mounts section looks roughly like this?

[mounts]
  source="myapp_data"
  destination="/data"

Also make sure your flyctl is up to date.

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