Error when trying to connect Sqlite database

Hello everyone,

When I try to connect an Sqlite database I have this error message : No method in multimethod 'connection-details->spec' for dispatch value: :sqlite.

I'm pretty new to this and haven't found any answer elsewhere... thank you for your help !

Please post diagnostic info

Hello and thank you, here they are ! I also face another problem, they say "Operation not permitted" when I try to link another database.

{
"browser-info": {
"language": "en-GB",
"platform": "MacIntel",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "Java(TM) SE Runtime Environment",
"java.runtime.version": "20.0.1+9-29",
"java.vendor": "Oracle Corporation",
"java.vendor.url": "https://java.oracle.com/",
"java.version": "20.0.1",
"java.vm.name": "Java HotSpot(TM) 64-Bit Server VM",
"java.vm.version": "20.0.1+9-29",
"os.name": "Mac OS X",
"os.version": "13.1",
"user.language": "fr",
"user.timezone": "Europe/Paris"
},
"metabase-info": {
"databases": [
"h2"
],
"hosting-env": "unknown",
"application-database": "h2",
"application-database-details": {
"database": {
"name": "H2",
"version": "2.1.212 (2022-04-09)"
},
"jdbc-driver": {
"name": "H2 JDBC Driver",
"version": "2.1.212 (2022-04-09)"
}
},
"run-mode": "prod",
"version": {
"date": "2023-04-05",
"tag": "v0.46.1",
"branch": "release-x.46.x",
"hash": "12a6e1d"
},
"settings": {
"report-timezone": null
}
}
}

my first guess is that you're running a Java version we don't support. Please move to Java 11 and let us know if your issues were fixed

I switched to Java 11 and it's working now, thank you so much :pray: