Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Request to /v1/workspaces Failing with 500 - "List is empty" #55895

Open
varun-dtskill opened this issue Mar 21, 2025 · 0 comments
Open

API Request to /v1/workspaces Failing with 500 - "List is empty" #55895

varun-dtskill opened this issue Mar 21, 2025 · 0 comments

Comments

@varun-dtskill
Copy link

Topic

No response

Relevant information

I was previously able to successfully create a workspace using the Airbyte API (/v1/workspaces), but since the latest commit (16 hours ago), the API is consistently returning a 500 Internal Server Error with the response:

json
Copy
Edit
{
"status": 500,
"type": "https://reference.airbyte.com/reference/errors",
"title": "unexpected-problem",
"detail": "An unexpected problem has occurred. If this is an error that needs to be addressed, please submit a pull request or github issue.",
"documentationUrl": null,
"data": {
"message": "List is empty."
}
}
Steps to Reproduce:
Send a POST request to https://api.airbyte.com/v1/workspaces with the following payload:
json
Copy
Edit
{
"name": "test"
}
Include the necessary authorization headers.
Observe the 500 Internal Server Error response with "message": "List is empty."
Expected Behavior:
The API should return a successful response and create a new workspace as it did before.

Actual Behavior:
The API now returns a 500 error with "message": "List is empty.", preventing workspace creation.

Additional Context:
This issue was not present until approximately 16 hours ago.
A new commit was pushed around that time, which might have caused this regression.
No changes were made to the request payload, headers, or API usage on my end.
Could you please confirm if this is a bug introduced in the latest update? Let me know if any further details are required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants