We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I place a GET request to api/v4/datasets, you receive a 500 error.
api/v4/datasets
[Nest] 17330 - 12/13/2024, 1:20:19 PM ERROR "Internal server error" [Nest] 17330 - 12/13/2024, 1:20:19 PM ERROR MongoServerError: $sort stage must have at least one sort key [Nest] 17330 - 12/13/2024, 1:20:19 PM ERROR Object: { "requestUrl": "/api/v4/datasets", "requestUser": null, "statusCode": 500 }
Open swagger interface and place a GET request on Dataset v4 with no filters.
A GET on /api/v4/datasets with no filters, results in a 500 errors
/api/v4/datasets
A GET on /api/v4/datasets with no filters, should results in a list of n datasets in the order provided by the database
The text was updated successfully, but these errors were encountered:
nitrosx
martin-trajanovski
rkweehinzmann
HayenNico
No branches or pull requests
Summary
When I place a GET request to
api/v4/datasets
, you receive a 500 error.Steps to Reproduce
Open swagger interface and place a GET request on Dataset v4 with no filters.
Current Behaviour
A GET on
/api/v4/datasets
with no filters, results in a 500 errorsExpected Behaviour
A GET on
/api/v4/datasets
with no filters, should results in a list of n datasets in the order provided by the databaseThe text was updated successfully, but these errors were encountered: