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

500 Server Error from /api/v1/emails/ #1522

Closed
ironfroggy opened this issue Feb 5, 2019 · 0 comments · Fixed by #1548
Closed

500 Server Error from /api/v1/emails/ #1522

ironfroggy opened this issue Feb 5, 2019 · 0 comments · Fixed by #1548

Comments

@ironfroggy
Copy link
Contributor

Bug Report

SUMMARY

The emails endpoint of the API erroneously handles requests without authentication with an internal error.

STEPS TO REPRODUCE
<h1>Server Error (500)</h1>
EXPECTED RESULTS

A valid JSON response that is either an empty result set or a valid error message.

ACTUAL RESULTS

A 500 error page in a non-JSON response a client could not parse.

<h1>Server Error (500)</h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants