Keycloak import realm does not work

Im trying to run keycloak locally and the realm import simply is not working. Currently on Keycloak 19.

Tried with kc.sh start --import-realm, having the files in various locations. From where I’m kicking off keycloak running, Ive had it in opt/keycloak/data/import, I’ve had it in data/import, nothing seems to work.

I’ve also tried importing via directory
kc.sh import --dir test-realm-data --override false

Keycloak finds this folder with json files in it, but none of them actually get imported

","level":"INFO","message":"Importing from directory /code/test-realm-data","threadName":"main","threadId":1,"mdc":{},"ndc":"","hostName":"keycloak-0","processName":"QuarkusEntryPoint","processId":2031}
{"timestamp":"2024-10-31T12:25:18.838Z","sequence":8545,"loggerClassName":"org.keycloak.services.ServicesLogger_$logger","loggerName":"org.keycloak.services","level":"INFO","message":"KC-SERVICES0030: Full model import requested. Strategy: IGNORE_EXISTING","threadName":"main","threadId":1,"mdc":{},"ndc":"","hostName":"keycloak-0","processName":"QuarkusEntryPoint","processId":2031}
{"timestamp":"2024-10-31T12:25:18.839Z","sequence":8546,"loggerClassName":"org.keycloak.services.ServicesLogger_$logger","loggerName":"org.keycloak.services","level":"INFO","message":"KC-SERVICES0032: Import finished successfully","threadName":"main","threadId":1,"mdc":{},"ndc":"","hostName":"keycloak-0","processName":"QuarkusEntryPoint","processId":2031}