"Missing host to link to" error after installing the chart #125
-
Hi all, I just installed OpenProject into an OpenShift cluster using ArgoCD. The deployment seems to have gone well, I could log in as admin user and was asked to change the password. But after setting the new password I always get a 500 error ( The web pod's logs show an error:
The I have not seen this error before I logged in for the first time. But again, I did nothing else than open the start page, so there was not much activity. Any ideas? Chart version is 5.4.0. I'll try 6.0.0 next. Kind Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @kastl-ars , I think you are affected by #106 which was just released. Starting with 14.3., we provide stricter host header protections documented here: https://www.openproject.org/docs/release-notes/14-3-0/#host-header-validation This will require you to set the public host that OpenProject should generate links with etc., using As a workaround, set this manually as Let me know if either upgrading or the workaround helped |
Beta Was this translation helpful? Give feedback.
Hi @kastl-ars , I think you are affected by #106 which was just released.
Starting with 14.3., we provide stricter host header protections documented here: https://www.openproject.org/docs/release-notes/14-3-0/#host-header-validation
This will require you to set the public host that OpenProject should generate links with etc., using
OPENPROJECT_HOST__NAME="yourhost[:PORT]
. The linked PR does exactly this if you don't haveingress.enabled
set.As a workaround, set this manually as
environment.OPENPROJECT_HOST__NAME=...
Let me know if either upgrading or the workaround helped