Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prometheus listens on localhost, which is not resolved #1623

Open
Wihness opened this issue Dec 8, 2024 · 1 comment
Open

Prometheus listens on localhost, which is not resolved #1623

Wihness opened this issue Dec 8, 2024 · 1 comment
Labels
bug Something isn't working has workaround a reasonable workaround exists needs more info We need more information in order to help or verify server

Comments

@Wihness
Copy link

Wihness commented Dec 8, 2024

Waiting for Outline server to be healthy ....
there's logs(watchtower and shadowbox):
image

@sbruens
Copy link
Contributor

sbruens commented Dec 10, 2024

It seems localhost is not resolvable on your system. Likely happening here:

server.listen({port, host: 'localhost', exclusive: true});
. We should consider updating that.

In the meantime you may want to look into why localhost is not resolvable on your machine.

@sbruens sbruens added bug Something isn't working needs more info We need more information in order to help or verify server has workaround a reasonable workaround exists labels Dec 10, 2024
@sbruens sbruens changed the title > Waiting for Outline server to be healthy .... and it stucks.. Prometheus listens on localhost, which is not resolved Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working has workaround a reasonable workaround exists needs more info We need more information in order to help or verify server
Projects
None yet
Development

No branches or pull requests

2 participants