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

Requesting non-existent event returns 500 status instead of 404 #400

Open
MatthewGidcomb opened this issue May 8, 2023 · 1 comment
Open
Labels
bug Something isn't working

Comments

@MatthewGidcomb
Copy link
Member

Reproduction steps:

  • GET [api server]/v1/events/[UUID that does not correspond to an event]

Expected: response should have status code 404 not found
Actual: response has status code 500 internal server error

Possibly related to the way we're handling datetimes -- from log output for the request: Cannot read properties of null (reading 'date_times')

@MatthewGidcomb MatthewGidcomb added the bug Something isn't working label May 8, 2023
@MatthewGidcomb
Copy link
Member Author

Follow-up needed: unclear if this has been fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant