did some searches and now the promises are uncaught
nathandunn opened this issue · 7 comments
nathandunn commented
Getting these errors in the console:
Uncaught (in promise) timeout
search:1 Uncaught (in promise) timeout
search:1 Uncaught (in promise) timeout
jquery.min.js:4 GET http://search.alliancegenome.org/api/search_autocomplete?q=mod-5 500 (Internal Server Error)
send @ jquery.min.js:4
ajax @ jquery.min.js:4
(anonymous) @ fetchData.js:9
n @ fetchData.js:7
value @ index.js:59
onFocus @ Autosuggest.js:350
r @ ReactErrorUtils.js:26
a @ EventPluginUtils.js:85
u @ EventPluginUtils.js:108
d @ EventPluginHub.js:43
y @ EventPluginHub.js:54
n @ forEachAccumulated.js:24
processEventQueue @ EventPluginHub.js:257
r @ ReactEventEmitterMixin.js:17
handleTopLevel @ ReactEventEmitterMixin.js:28
i @ ReactEventListener.js:72
perform @ Transaction.js:140
batchedUpdates @ ReactDefaultBatchingStrategy.js:62
i @ ReactUpdates.js:97
dispatchEvent @ ReactEventListener.js:147
paaatrick commented
This request fails:
http://52.39.150.209:5000/api/search?limit=50&offset=0&q=mod-5
oblodgett commented
Ill take a look at it.
kevinschaper commented
@paaatrick does that fail for you on localhost? it's working locally for me
oblodgett commented
We are rebuilding the index on that server at the moment.
paaatrick commented
It works for me on localhost, but I haven't reindexed in a long time. Not sure if that's relevant. Currently reindexing on the dev server sounds blameworthy.
nathandunn commented
Ahh, @oblodgett if you think its due to the rebuilding of the index, you can probably close this.
oblodgett commented
Well the index is done and the link still does not work... I am trying to get access to the logs at the moment to figure out what's going on.