Nice to meet you.
I have built GCE on Googlecolud, configured LB and built it so that I can log in with SSl.
When I try to log in with “https://(mydomain.com)”
the screen goes blank and I can’t log in.
I have edited the .env file as follows and run docker compose up -d.
I would like to know if there are any missing parts.
Thank you in advance.
Taiga’s URLs - Variables to define where Taiga should be served
TAIGA_SCHEME=https # serve Taiga using “http” or “https” (secured) connection
TAIGA_DOMAIN=“mydomain.com” # 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”)