I’m currently unable to make any releases for any apps within an org. I’m seeing the error below, which after searching and finding a recent thread, suggested recreating the app and remote builder. This unfortunately didn’t work, and now an app that was previously running is now an app awaiting it’s first deploy.
I’ve tried different regions, making new apps, personal and in an org, using different code bases, nothing works, my account seems to be non-functional.
Also, I can create new apps, and they show in my dashboard, but as soon as I try the first deploy, they are no longer on the dashboard, but the CLI lists them.
Luckily this is only for hobby stuff, fly.io has amazing potential, but this shows me that it’s not production ready.
I’m using the fly CLI in an Ubuntu WSL2 instance on Windows, no VPN. It was deploying fine last week, nothing in my network configuration has changed. Other actions like creating apps and deleting them work, it’s only creating app releases that doesn’t work.
I figured it out, I had two services sections with the same internal port each exposing a port, instead I configured a single service to expose 2 ports with different handlers, that fixed the issue. Not sure why my other deploy of a new phoenix app went wrong on Friday, but I’ll try that shortly.