Steps to reproduce the behaviour
Using jtagcat:docker from #671
docker compose up -d
- Wait 3 minutes for initialization
docker compose down
docker compose up -d
- Open the webpage
UI POST 400 /make_session

Even if all data (including /tmp) is persisted in the MySQL container, and you only restart it, this is the result.
Workaround
I switched it from MySQL to MariaDB. Magically works. Didn't find the cause in an hour.
Steps to reproduce the behaviour
Using jtagcat:docker from #671
docker compose up -ddocker compose downdocker compose up -dUI POST 400 /make_session

Even if all data (including /tmp) is persisted in the MySQL container, and you only restart it, this is the result.
Workaround
I switched it from MySQL to MariaDB. Magically works. Didn't find the cause in an hour.