-
Notifications
You must be signed in to change notification settings - Fork 624
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
[Bug] API GET /api/alert fails when similarity is specified #1981
Milestone
Comments
jtavan
changed the title
API GET /api/alert fails when similarity is specified
[Bug] API GET /api/alert fails when similarity is specified
Apr 19, 2021
Very effective workaround, thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Request Type
Bug
Work Environment
Problem Description
When I use
?similarity=1
in a GET to/api/alert
for an alert ID that does exist, I receive{"type":"NotFoundError","message":"Alert not found"}
. Making the GET without the parameter returns the alert correctly.The application log contains the following:
The text was updated successfully, but these errors were encountered: