coollabsio / coolify

An open-source & self-hostable Heroku / Netlify / Vercel alternative.
https://coolify.io
Apache License 2.0
33.06k stars 1.77k forks source link

[Bug]: Services Getoutline doesn't work 404 and (unhealthy) #3945

Open romainds-tech opened 2 days ago

romainds-tech commented 2 days ago

Error Message and Logs

I try to install getOutline service but it doesn't work. When I click on the link I got 404 not found : image

I created a basic simple project and install it, 3 services was created with the main unhealthy (screen below) image

Everything seems good in logs : Outline logs

2024-10-17T21:51:37.871462602Z yarn run v1.22.22
2024-10-17T21:51:37.926126299Z $ node ./build/server/index.js
2024-10-17T21:51:43.048074044Z {"label":"lifecycle","level":"info","message":"Note: Restricting process count to 1 due to use of collaborative service"}
2024-10-17T21:51:43.224245820Z {"label":"lifecycle","level":"info","message":"\nIs your team enjoying Outline? Consider supporting future development by sponsoring the project:\n\nhttps://github.com/sponsors/outline\n"}
2024-10-17T21:51:48.027778942Z {"label":"lifecycle","level":"info","message":"Note: Restricting process count to 1 due to use of collaborative service"}
2024-10-17T21:51:48.032993375Z {"label":"lifecycle","level":"info","message":"Starting collaboration service"}
2024-10-17T21:51:48.048345594Z {"label":"lifecycle","level":"info","message":"Starting websockets service"}
2024-10-17T21:51:48.052861558Z {"label":"lifecycle","level":"info","message":"Starting worker service"}
2024-10-17T21:51:48.056787262Z {"label":"lifecycle","level":"info","message":"Starting web service"}
2024-10-17T21:51:48.083077060Z {"label":"lifecycle","level":"info","message":"Listening on http://localhost:3000 / http://outline-vgo0c8og8s8go8c4w0ssw0ck.MYIP.sslip.io"}

Postgres Logs

2024-10-17T21:51:06.687536487Z 
2024-10-17T21:51:06.687568195Z PostgreSQL Database directory appears to contain a database; Skipping initialization
2024-10-17T21:51:06.687572456Z 
2024-10-17T21:51:06.709266658Z 2024-10-17 21:51:06.708 UTC [1] LOG:  starting PostgreSQL 12.20 on x86_64-pc-linux-musl, compiled by gcc (Alpine 13.2.1_git20240309) 13.2.1 20240309, 64-bit
2024-10-17T21:51:06.709293297Z 2024-10-17 21:51:06.709 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
2024-10-17T21:51:06.709298295Z 2024-10-17 21:51:06.709 UTC [1] LOG:  listening on IPv6 address "::", port 5432
2024-10-17T21:51:06.722644407Z 2024-10-17 21:51:06.718 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2024-10-17T21:51:06.739956201Z 2024-10-17 21:51:06.739 UTC [27] LOG:  database system was interrupted; last known up at 2024-10-17 21:50:00 UTC
2024-10-17T21:51:06.891128114Z 2024-10-17 21:51:06.890 UTC [27] LOG:  database system was not properly shut down; automatic recovery in progress
2024-10-17T21:51:06.893526716Z 2024-10-17 21:51:06.893 UTC [27] LOG:  redo starts at 0/16592F0
2024-10-17T21:51:06.953642065Z 2024-10-17 21:51:06.953 UTC [27] LOG:  invalid record length at 0/18583A8: wanted 24, got 0
2024-10-17T21:51:06.953702280Z 2024-10-17 21:51:06.953 UTC [27] LOG:  redo done at 0/1858370
2024-10-17T21:51:06.999861580Z 2024-10-17 21:51:06.998 UTC [1] LOG:  database system is ready to accept connections

Redis Logs

2024-10-17T21:51:06.677745596Z 1:C 17 Oct 2024 21:51:06.677 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
2024-10-17T21:51:06.677796380Z 1:C 17 Oct 2024 21:51:06.677 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
2024-10-17T21:51:06.677800864Z 1:C 17 Oct 2024 21:51:06.677 * Redis version=7.4.1, bits=64, commit=00000000, modified=0, pid=1, just started
2024-10-17T21:51:06.677803735Z 1:C 17 Oct 2024 21:51:06.677 * Configuration loaded
2024-10-17T21:51:06.677982576Z 1:M 17 Oct 2024 21:51:06.677 * monotonic clock: POSIX clock_gettime
2024-10-17T21:51:06.679386586Z 1:M 17 Oct 2024 21:51:06.679 * Running mode=standalone, port=6379.
2024-10-17T21:51:06.680623001Z 1:M 17 Oct 2024 21:51:06.679 * Server initialized
2024-10-17T21:51:06.680637839Z 1:M 17 Oct 2024 21:51:06.679 * Ready to accept connections tcp

Steps to Reproduce

  1. Install coolify with : curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash
  2. Setup basic project with Getoutline

Example Repository URL

No response

Coolify Version

v4.0.0-beta.360

Are you using Coolify Cloud?

No (self-hosted)

Operating System and Version (self-hosted)

Ubuntu 24.04

Additional Information

No response

romainds-tech commented 2 days ago

even setting FORCE_HTTPS to false gives the same result