Internal Server Error while retrieving access token

Summary

Users are encountering an internal server error when attempting to retrieve an access token, accompanied by a class cast exception related to RESTEasy and Micronaut integration.


Question

Hello, colleagues!
I experience the same issue https://airbytehq.slack.com/archives/C01AHCD885S/p1733835752224569
The error while retrieving access token:

  "message": "Internal Server Error",
  "_links": {
    "self": {
      "href": "/api/public/v1/applications/token",
      "templated": false
    }
  },
  "_embedded": {
    "errors": [
      {
        "message": "Internal Server Error: class org.jboss.resteasy.client.jaxrs.engines.ManualClosingApacheHttpClient43Engine$3 cannot be cast to class io.micronaut.jaxrs.common.JaxRsMutableResponse (org.jboss.resteasy.client.jaxrs.engines.ManualClosingApacheHttpClient43Engine$3 and io.micronaut.jaxrs.common.JaxRsMutableResponse are in unnamed module of loader 'app')",
        "_links": {},
        "_embedded": {}
      }
    ]
  }
}```
Do you happen to have any updates or information about this?

<br>

---

This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1733863915080009) if you want
to access the original thread.

[Join the conversation on Slack](https://slack.airbyte.com)

<sub>
['internal-server-error', 'access-token', 'resteasy', 'micronaut', 'bug-report']
</sub>