Open-EO / openeo-web-editor

An interactive and easy to use web-based editor for the OpenEO API.
https://editor.openeo.org
Apache License 2.0
12 stars 17 forks source link

Error 400: no jobs are available at the moment #282

Closed pierocampa closed 2 years ago

pierocampa commented 2 years ago

This error keeps popping up (lower-right corner popup) when you enter the editor and have no batch jobs saved in your processing library.

I believe having an empty jobs library should not even raise an error to the end-user, or at least it should be downgraded to a warning alert, and should also be presented only once to the user.


Web Editor v0.11.3 here.

m-mohr commented 2 years ago

This looks like a back-end issue. An empty job list should never return a 400 status code. Instead it should return an empty list with a 200 status code. Please report this to the corresponding back-end.