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
As an anonymous user trying to retrieve a list from https://stage-api.ona.io/api/v1/projects.json returns a 500 response.
https://stage-api.ona.io/api/v1/projects.json
The application should not return a 500 code instead it should return a list of all the public projects
/api/v1/projects.json
Sentry error: https://sentry.onalabs.org/ona/onadata/issues/90673/?query=is%3Aunresolved%20url%3Ahttps%3A%2F%2Fapi.ona.io%2Fapi%2Fv1%2Fprojects.json
Logs, related issues, weird / out of place occurrences, local settings, possible approach to solving this...
The text was updated successfully, but these errors were encountered:
DavisRayM
Successfully merging a pull request may close this issue.
Environmental Information
Problem description
As an anonymous user trying to retrieve a list from
https://stage-api.ona.io/api/v1/projects.json
returns a 500 response.Expected behavior
The application should not return a 500 code instead it should return a list of all the public projects
Steps to reproduce the behavior
/api/v1/projects.json
endpoint as an unauthenticated userAdditional Information
Sentry error: https://sentry.onalabs.org/ona/onadata/issues/90673/?query=is%3Aunresolved%20url%3Ahttps%3A%2F%2Fapi.ona.io%2Fapi%2Fv1%2Fprojects.json
Logs, related issues, weird / out of place occurrences, local settings, possible approach to solving this...
The text was updated successfully, but these errors were encountered: