[api] /v1/destinations
throws java.lang.NullPointerException: null
#37092
Labels
area/api
Related to the api
area/platform
issues related to the platform
community
docker
Stale
team/compose
type/bug
Something isn't working
Platform Version
0.57.2
What step the error happened?
Other
Revelant information
I get a nullpointer error when trying to use the "Airbyte API" with the OSS deployment when calling most API endpoints.
This only happens for the "Airbyte API" and not when using the "Configuration API".
Tested and same error on versions: 0.57.2 and 0.55.1
Only tested GET /v1/destinations and GET /v1/workspaces, but this seems to affect more endpoints.
I was able to successfully call POST /v1/workspaces (creat a workspace).
Example of Curl calls that fails are:
Response:
{"type":"about:blank","status":500}
Response:
{"type":"about:blank","status":500}
Logs are from the OSS hosted "airbyte-api-server".
Relevant log output
The text was updated successfully, but these errors were encountered: