Hello All, I'm encountering an issue while working through the IDE integration guide. After fixing the Keycloak-related problems (for which I've created a PR), I'm stuck at the 'docker-compose up' step. The error I'm consistently seeing is:
*containers-db-1 | 2025-02-17 05:33:14+00:00 [Note] [Entrypoint]: /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/02-sharing-registry-migrations.sqlcontainers-db-1 | 2025-02-17 5:33:14 14 [ERROR] mysqld: Incorrect information in file: './sharing_catalog/domain.frm'containers-db-1 | ERROR 1033 (HY000) at line 3: Incorrect information in file: './sharing_catalog/domain.frm'* This error persists even after cleaning the database files and occurs on both my Macbook and WSL machine. I suspect it might be related to the database setup scripts, but it could be issues related to my setup. Thanks for your assistance, Krish Katariya