Kibana 9.4.1 xpack disabled not working anymore

Sure, same as here

Setting the password for elastic and kibana_system and enabling xpack seems to at least allow me to access the kibana instance, however for dev work it would be great not to have to worry about xpack.

{
  "http": {
    "response": {
      "status_code": 500
    },
    "request": {
      "method": "get",
      "path": "/app/{id}/{any*}"
    }
  },
  "error": {
    "message": "{\"error\":\"no handler found for uri [/_security/profile/u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0?data=kibana.userSettings] and method [GET]\"}"
  },
  "service": {
    "version": "9.4.1",
    "type": "kibana",
    "state": "available",
    "node": {
      "roles": [
        "background_tasks",
        "ui"
      ]
    },
    "id": "ohvI5dqKTj-lfM4SXTl9jw"
  },
  "ecs": {
    "version": "9.3.0"
  },
  "@timestamp": "2026-05-18T14:54:32.044+10:00",
  "message": "500 Server Error",
  "log": {
    "level": "ERROR",
    "logger": "http"
  },
  "process": {
    "pid": 23545,
    "uptime": 485.247554952
  },
  "trace": {
    "id": "ce1b5f71c58f59f151cc626e86182dba"
  },
  "transaction": {
    "id": "5ff7736e2b52d840"
  }
}
```