I've used the latest docker-compose.yml file to buil a new stack, in order to upgrade the application to the latest version (0.29.2-rc.4).
In config file, I've updated the variable APPLICATION_HOSTS: timeline.xxxxxx.xx for the dawarich_app, but when I check the logs of the container, I see the error [ActionDispatch::HostAuthorization::DefaultResponseApp] Blocked hosts: timeline.xxxxxx.xx. The external URL isn't accissble. I've also tried to change it for dawarich_sidekiq (that wasn't required in the previous installed version), but this didn't helped.
Am I missing something?
I've used the latest docker-compose.yml file to buil a new stack, in order to upgrade the application to the latest version (0.29.2-rc.4).
In config file, I've updated the variable
APPLICATION_HOSTS: timeline.xxxxxx.xxfor the dawarich_app, but when I check the logs of the container, I see the error[ActionDispatch::HostAuthorization::DefaultResponseApp] Blocked hosts: timeline.xxxxxx.xx. The external URL isn't accissble. I've also tried to change it for dawarich_sidekiq (that wasn't required in the previous installed version), but this didn't helped.Am I missing something?