[api] 500 NullPointerException error when listing resources #35116
-
Hello! I upgrade our OSS k8s install of Airbyte to the latest version (chart Here is an example log for
Would you know what could be the issue here ? Thank you by advance, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
FYI, I manage to understand the issue. Listing items requires to find To work around this issue you need to either:
|
Beta Was this translation helpful? Give feedback.
FYI, I manage to understand the issue. Listing items requires to find
WorkspaceIds
which used to work even if you weren't authenticated (it returned all workspaces). However it now returns an empty list of workspaces, which results in a 500 error in later calls.To work around this issue you need to either:
workspaceIds
as HTTP parameter,Authorization
HTTP header.