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
Describe the bug
When setting IRIS_SESSION_TIMEOUT= in the .env the value will be interpreted as a string, which throws an exception.
The issue orriginates from the following line in configuration.py
Describe the bug
When setting
IRIS_SESSION_TIMEOUT=
in the.env
the value will be interpreted as a string, which throws an exception.The issue orriginates from the following line in
configuration.py
iris-web/source/app/configuration.py
Line 292 in f380745
It can be fixed by forcing it as an integer:
The text was updated successfully, but these errors were encountered: