HumanSignal / HumanSignal/label-studio
Cannot login after some time of the server working.
- Dominant language
- TypeScript
- Stars
- 28.3k
- Forks
- 3.7k
- Avg merge
- 14h
- Merged PRs (30d)
- 15
Description
It is not possible to login after some time of working.
The combination of username and password is accepted but nothing happened on the logging in webpage.
New user singing up gives the same result. Restarting server with the same label_studio.sqlite3 file does not help.
Tried Chrome and Safari.
Log:
[2023-07-19 13:03:50,124] [django.server::log_message::161] [INFO] "POST /user/login/?next=/projects/ HTTP/1.1" 302 0
[2023-07-19 13:03:50,124] [django.server::log_message::161] [INFO] "POST /user/login/?next=/projects/ HTTP/1.1" 302 0
[2023-07-19 13:03:50,519] [django.server::log_message::161] [INFO] "GET /projects/ HTTP/1.1" 302 0
[2023-07-19 13:03:50,519] [django.server::log_message::161] [INFO] "GET /projects/ HTTP/1.1" 302 0
[2023-07-19 13:03:50,911] [django.server::log_message::161] [INFO] "GET /?next=/projects/ HTTP/1.1" 302 0
[2023-07-19 13:03:50,911] [django.server::log_message::161] [INFO] "GET /?next=/projects/ HTTP/1.1" 302 0
[2023-07-19 13:03:51,306] [root::_read_py::61] [WARNING] Can't read version file: ls-version_.py. Fall back to: version_.py
[2023-07-19 13:03:51,311] [django.server::log_message::161] [INFO] "GET /user/login/ HTTP/1.1" 200 2232
[2023-07-19 13:03:51,311] [django.server::log_message::161] [INFO] "GET /user/login/ HTTP/1.1" 200 2232
The user can be observed with
label-studio user --username ...
Label Studio version 1.7.3
Docker image heartexlabs/label-studio:hf-1.7.3
Steps to reproduce:
Run the server, create user, wait for a couple of days.
I observed that same behaviour for 1.8.0 and without docker.
Contributor guide
Assessment
This issue has not been assessed yet.