impresso / impresso-frontend

The frontend application for http://impresso-project.ch/
GNU Affero General Public License v3.0
5 stars 0 forks source link

Bad display of General Error / network related errors #1226

Closed mduering closed 1 week ago

mduering commented 4 months ago

https://impresso-project.ch/app/search/ngrams?sq=CgQIARgC&unigrams=fukushima,chernobyl,tschernobyl

{ "route": [ "search", "find" ], "message": "ResourceRequest timed out", "code": 500, "name": "GeneralError" } paths.search.find { "route": [ "ngram-trends", "create" ], "message": "server error", "code": 500, "name": "GeneralError" } paths.ngram-trends.create

danieleguido commented 4 months ago

General Error like this one are bad but temporary issues, just ref to our slack channel :) I've renamed the issue to take into account the bad display of the error messge

danieleguido commented 1 week ago

in develop there is a plain display of GeneralError (and now everything is much faster). To be tested properly