Skip to content

[BUG] TAIGA_URL and TAIGA_WEBSOCKETS_URL incorrect in compose file #141

@Azziii

Description

@Azziii

Describe the bug

When I use this code:
`
taiga-front:

image: taigaio/taiga-front:latest
environment:
  TAIGA_URL: "${TAIGA_SCHEME}://${TAIGA_DOMAIN}"
  TAIGA_WEBSOCKETS_URL: "${WEBSOCKETS_SCHEME}://${TAIGA_DOMAIN}"

`

links like this are shown in the browser developer console:
ws://taiga.domain.local://taiga.domain.local/events

How can we reproduce the behavior

Everything is configured according to the installation instructions.
Additionally:
Self-hosted deployment via podman and podman-compose on Rocky 9.3.
Taiga deployed behind nginx proxy.

Workarounds

Remove ://${TAIGA_DOMAIN} from URL
`
taiga-front:

image: taigaio/taiga-front:latest
environment:
  TAIGA_URL: "${TAIGA_SCHEME}"
  TAIGA_WEBSOCKETS_URL: "${WEBSOCKETS_SCHEME}

`

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser: Yandex
  • Version: 24.7.1.1213

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions