Added by Stefan König about 1 month ago
Hello,
this is my first try on hosting openproject in a docker environment with an external postgresdb 17. I am using openprojet-16.3.2
After some trouble with environment variables i got openproject on track. So i used firefox to open openproject at first time and i get the following screen:
I restarted the docker several times, no success. Is this issue hardware related or are there missing components?
Any help is welcome.
Best regards
Stefan
Replies (1)
Hi,
This is related to Rails not serving static assets anymore by default.
Either you configure your reverse proxy to server the static assets, or you set the RAILS_SERVE_STATIC_FILES variable to enable this behavior again: