Skip to content

Bug: App deploy failed, can't re-install #23

@bamnet

Description

@bamnet

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 list
<no output>
# 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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions