Cannot ssh or deploy an app after moving organisations

I moved an app from my personal organisation to another I have admin access in. Since doing this, whenever I try to fly ssh console to the app, it hangs when trying to connect (no errors, just wating on connecting.... Connecting to apps in my personal org works fine.

I have tried creating an org token and setting FLY_API_TOKEN="fly tokens org --org=`" before fly ssh etc. but this doesn’t appear to help.

I have also been able to run fly deploy however after successfully building the Docker container and in the process of updating the vms I get another error Error: failed to acquire leases: Unrecoverable error: failed to get lease on VM <some id>: unauthorized.

I’m not sure what other things I can try. I’ve seen a few similar posts on this issue but don’t have a solution yet.

UPDATE: I was able to create a new app using the same toml file but with a different url (of course) and although not perfect, it will do as a workaround.

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