@dan said in Error getting list application due to sql error (mysql):
@traperwaze said in Error getting list application due to sql error (mysql):
MariaDB server
I believe the issues is that we don't support MariaDB.
This is a known issue: https://github.com/FusionAuth/fusionauth-issues/issues/367 poki
Do you see the same issue with a supported version of MySQL or PostgreSQL?
Thanks for confirming. That lines up with what I’m seeing as well. We are indeed running MariaDB, and it looks like the JSON operator (->>) used in that query isn’t supported the same way in MariaDB, which would explain the syntax error.
We haven’t tested this yet on a supported database, but based on the linked issue and your comment, it does appear to be a MariaDB compatibility problem rather than a misconfiguration on our side. We’ll plan to test against a supported version of MySQL and/or PostgreSQL to confirm.
Appreciate you pointing us to the GitHub issue — that helps clarify things a lot.