isamplesorg / isamples_inabox

Provides functionality intermediate to a collection and central
0 stars 1 forks source link

/thing/types is timing out #351

Open rdhyee opened 5 months ago

rdhyee commented 5 months ago

When I started to get interested in figuring the types of the Solr fields from /thing/select, I tried /thing/types

curl -X 'GET' \
  'https://central.isample.xyz/isamples_central/thing/types' \
  -H 'accept: application/json'

but got a 504 gateway timeout error:

<html>
<head><title>504 Gateway Time-out</title></head>
<body>
<center><h1>504 Gateway Time-out</h1></center>
<hr><center>nginx/1.18.0 (Ubuntu)</center>
</body>
</html>
smrgeoinfo commented 2 months ago

had that problem today as well