EQAR / eqar_backend

REST API backend for the DEQAR database.
GNU General Public License v3.0
1 stars 0 forks source link

HTTP 502 on institution page #442

Open kogelnikp opened 2 years ago

kogelnikp commented 2 years ago

Hi everyone,

it seems like there is an issue on institution page 774. I'm getting the following error:

Error - 502 Bad Gateway The backend of the service you are trying to access is currently down. Please try again later and contact us if the error pertains.

The page tries to access this api endpoint: https://backend.deqar.eu/webapi/v2/browse/reports/programme/by-institution/774/?limit=999&offset=0&history=true which apparently queries too many items for the server to handle. When decreasing the limit from 999 to 100 the endpoint works, but does not retrieve all items any more as there are 659 results in total.

Is there a way for you to fix this?

Philipp