griffithlab / civic-client

Web client for CIViC: Clinical Interpretations of Variants in Cancer
MIT License
50 stars 28 forks source link

Seraching evidence for disease name or disease DOID results in 500 error #1499

Closed jsaliba10 closed 3 years ago

jsaliba10 commented 3 years ago

Searching evidence for disease name results in the following error: {"data":{"status":500,"error":"Internal Server Error"},"status":500,"config":{"method":"POST","transformRequest":[null],"transformResponse":[null],"jsonpCallbackParam":"callback","cache":false,"cancellable":true,"data":{"operator":"AND","queries":[{"field":"disease_name","condition":{"parameters":["Cancer"]}}],"entity":"evidence_items","save":true,"gridView":true},"url":"/api/evidence_items/search/","headers":{"Accept":"application/json, text/plain, /","Civic-Web-Client-Version":"0.0.6","Content-Type":"application/json;charset=utf-8"},"cached":false},"statusText":"Internal Server Error","xhrStatus":"complete"}

This occurs for all diseases and DOIDs I have entered

Screen Shot 2020-09-22 at 6 29 16 PM Screen Shot 2020-09-22 at 6 29 01 PM Screen Shot 2020-09-22 at 6 29 30 PM Screen Shot 2020-09-22 at 6 30 54 PM
jsaliba10 commented 3 years ago

Most other search options are returning results, so I think it is something only related to DOIDs. (only one other is not, creating an other issue for "clinical significance" search as this would seem to be a different issue entirely.)

acoffman commented 3 years ago

This is fixed and deployed.