Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Azziii opened this issue Oct 9, 2024 · 0 comments
Open

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

Azziii opened this issue Oct 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Azziii
Copy link

Azziii commented Oct 9, 2024

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
@Azziii Azziii added the bug Something isn't working label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant