I attempted to install an app and it failed during "Verifying...". This is probably because the DNS records were super fresh or my upstream reverse proxy (different machine) hadn't been configured yet.
After giving the DNS records a while to propagate, I figured I'd try to install again. Unfortunately, I get an error:
Error: deploy failed: registering with proxy: exec failed with exit code 1: Error: host settings conflict with another service
Using once list, I don't see any services running. As a result, I'm not sure what I can once remove to start again.
Here's the full sequence of events:
# once deploy ghcr.io/concerto/concerto:latest --host latest.concerto.mydomain.net
Downloading: 100%
Starting...
Finished
Verifying...
Error: verification failed: Get "https://latest.concerto.mydomain.net/up": dial tcp <public ip>:443: connect: connection refused
# once deploy ghcr.io/concerto/concerto:latest --host latest.concerto.mydomain.net
Downloading: 0%
Downloading: 100%
Starting...
Error: deploy failed: registering with proxy: exec failed with exit code 1: Error: host settings conflict with another service
I attempted to install an app and it failed during "Verifying...". This is probably because the DNS records were super fresh or my upstream reverse proxy (different machine) hadn't been configured yet.
After giving the DNS records a while to propagate, I figured I'd try to install again. Unfortunately, I get an error:
Error: deploy failed: registering with proxy: exec failed with exit code 1: Error: host settings conflict with another serviceUsing
once list, I don't see any services running. As a result, I'm not sure what I canonce removeto start again.Here's the full sequence of events: