We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using jtagcat:docker from #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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce the behaviour
Using jtagcat:docker from #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.
The text was updated successfully, but these errors were encountered: