Closed jtagcat closed 9 months ago
Using jtagcat:docker from https://github.com/cairis-platform/cairis/pull/671
docker compose up -d
docker compose down
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.
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 https://github.com/cairis-platform/cairis/pull/671
docker compose up -d
docker compose down
docker compose up -d
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.