Open clarkwinkelmann opened 7 years ago
The reason is that data defaults to [] in ExtensionRepository and we never check the http code.
data
[]
ExtensionRepository
The Bazaar UI displays an error and don't cache the result
The 500 errors are cached and the UI simply displays an empty list of extension.
We should at least test the status code returned..
The reason is that
data
defaults to[]
inExtensionRepository
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.