bazaar icon indicating copy to clipboard operation
bazaar copied to clipboard

When flagrow.io runs into an exception, we simply get an empty list of extensions

Open clarkwinkelmann opened this issue 8 years ago • 1 comments

The reason is that data defaults to [] in ExtensionRepository and we never check the http code.

Expected behaviour:

The Bazaar UI displays an error and don't cache the result

Actual behaviour:

The 500 errors are cached and the UI simply displays an empty list of extension.

clarkwinkelmann avatar Jun 22 '17 17:06 clarkwinkelmann

We should at least test the status code returned..

luceos avatar Jun 22 '17 18:06 luceos