You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
File "/usr/src/taiga-back/settings/docker.py", line 23, in <module>
if os.getenv('TAIGA_SSL').lower() == 'true' or os.getenv('TAIGA_SSL_BY_REVERSE_PROXY').lower() == 'true':
AttributeError: 'NoneType' object has no attribute 'lower'
Adding to the Dockerfile ENV TAIGA_SSL_BY_REVERSE_PROXY False
Solved the problem
The text was updated successfully, but these errors were encountered:
When trying to build image got an error:
Adding to the Dockerfile
ENV TAIGA_SSL_BY_REVERSE_PROXY False
Solved the problem
The text was updated successfully, but these errors were encountered: