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] Access is a blank page after successful deployment and taiga-docker_taiga-gateway_1 log shows a 304 error #120

Open
maxianwei opened this issue Oct 27, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@maxianwei
Copy link

OS: ubuntu20.04
docker: 20.10.9
docker-compose: 1.21.1

Reference Documentation https://community.taiga.io/t/taiga-30min-setup/170 deployment taiga

this is my configuration:
.env
TAIGA_SCHEME=http # serve Taiga using "http" or "https" (secured) connection
TAIGA_DOMAIN=taiga-test.viomi.net # Taiga's base URL
SUBPATH="" # it'll be appended to the TAIGA_DOMAIN (use either "" or a "/subpath")
WEBSOCKETS_SCHEME=ws # events connection protocol (use either "ws" or "wss")
SECRET_KEY="taiga-secret-key" # Please, change it to an unpredictable value!!
POSTGRES_USER=taiga # user to connect to PostgreSQL
POSTGRES_PASSWORD=taiga # database user's password
EMAIL_BACKEND=console # use an SMTP server or display the emails in the console (either "smtp" or "console")
EMAIL_HOST=smtp.host.example.com # SMTP server address
EMAIL_PORT=587 # default SMTP port
EMAIL_HOST_USER=user # user to connect the SMTP server
EMAIL_HOST_PASSWORD=password # SMTP user's password
EMAIL_DEFAULT_FROM=changeme@example.com # default email address for the automated emails
EMAIL_USE_TLS=True # use TLS (secure) connection with the SMTP server
EMAIL_USE_SSL=False # use implicit TLS (secure) connection with the SMTP server
RABBITMQ_USER=taiga # user to connect to RabbitMQ
RABBITMQ_PASS=taiga # RabbitMQ user's password
RABBITMQ_VHOST=taiga # RabbitMQ container name
RABBITMQ_ERLANG_COOKIE=secret-erlang-cookie # unique value shared by any connected instance of RabbitMQ
ATTACHMENTS_MAX_AGE=360 # token expiration date (in seconds)
ENABLE_TELEMETRY=True

docker-compose.yml

The following adjustments were made

version: "2.4"
x-environment:
&default-back-environment

These environment variables will be used by taiga-back and taiga-async.

...

...your customizations go here

SESSION_COOKIE_SECURE: "False"
CSRF_COOKIE_SECURE: "False"

Screenshots
image
image
image

@maxianwei maxianwei added the bug Something isn't working label Oct 27, 2023
@JoseDavd119
Copy link

JoseDavd119 commented Apr 11, 2024

Hi maxianwei,

Did you resolve this issue? I installed Taiga from Linux Ubuntu with docker but I facing the same issue from webside.

I did some changes in the .env file in "TAIGA_DOMAIN=taiga-test.viomi.net # Taiga's base URL" with my IP address and it should work but looks like not working.

If you resolved I wonder to know how.

Thanks.

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

2 participants