Currently, if we go to a webhook configuration setting, like https://<your_Taiga_host>/project/<your_project>/admin/third-parties/gitlab, the "Payload URL" setting is incorrect. It contains http://localhost:8000 where it should instead contain the {{ taiga_frontend_host }} name.
Currently, if we go to a webhook configuration setting, like
https://<your_Taiga_host>/project/<your_project>/admin/third-parties/gitlab
, the "Payload URL" setting is incorrect. It containshttp://localhost:8000
where it should instead contain the{{ taiga_frontend_host }}
name.