Error: failed moving app: failed to run mutation ($input: MoveAppInput!) { moveApp(input: $input) { app { id networkId organization { slug } } } }: server returned a non-200 status code: 500
When I try to transfer the app via the UI it fails with this same error during deployment.
This is still happening, the server is still returning a 500🧐
Error: failed moving app: failed to run mutation ($input: MoveAppInput!) { moveApp(input: $input) { app { id networkId organization { slug } } } }: server returned a non-200 status code: 500
Hi Ozzie, Our services had differing opinions about which org your app belonged to, with some still thinking it belonged to your personal app. I’ve manually patched that up, and I think if you try again it should work. If not please let me know.
Awesome thank you @Tim_Newsham, looks like things are working now. I was able to move the apps successfully!
Not sure if it is intentional, but the UI for moving apps did not list all the organizations that I am apart of (only the ones I created). So to move to a different users organization I had to use the move command:
@ozziek hi! Glad that you were able to find a workaround. This is not intentional. We show the list of organizations that you are a member of (except the current app org) in that select field. I will try to check logs to find any issues. Maybe the fact that @Tim_Newsham manually patched some db records intertwines with the fact that you don’t see that org as an option.