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

[Bug]: Authentik service: port is missing #2240

Closed
jsmits opened this issue May 17, 2024 · 1 comment
Closed

[Bug]: Authentik service: port is missing #2240

jsmits opened this issue May 17, 2024 · 1 comment

Comments

@jsmits
Copy link

jsmits commented May 17, 2024

Description

I'm trying to run Authentik by installing it with Coolify's one-click service. All services start and become healthy (did have to fix a small typo in the health check of the postgres service: double $$ should be single $).

The problem is that the proxy says that the port is missing in its logs: level=error msg="service \"authentik-server-wgkwkw8\" error: port is missing". Therefore it can't forward traffic to the Authentik server, I assume, because I can't reach it from the internet, which I can with my other services that are deployed on that same Coolify instance.

Minimal Reproduction (if possible, example repository)

  • deploy Authentik through Coolify's one-click service
  • wait until all its services running
  • check the proxy logs (/server/xxxxxx/proxy/logs) and see the level=error msg="service \"authentik-server-wgkwkw8\" error: port is missing" providerName=docker container=authentik-server messages

Exception or Error

level=error msg="service \"authentik-server-wgkwkw8\" error: port is missing" providerName=docker container=authentik-server in /server/xxxxxx/proxy/logs

Version

v4.0.0-beta.283

@jsmits
Copy link
Author

jsmits commented May 19, 2024

FYI it started working after a while. Don't know why, but I can reach it from the internet now. Maybe I didn't wait long enough for DNS to propagate.

@jsmits jsmits closed this as completed May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant