INCATools / ubergraph

Integrated OBO ontology store
BSD 3-Clause "New" or "Revised" License
43 stars 3 forks source link

YasGUI gives 502 Bad Gateway #72

Closed VladimirAlexiev closed 2 years ago

VladimirAlexiev commented 2 years ago

Tried YasGUI with two queries and endpoint https://ubergraph.apps.renci.org/sparql:

In both cases YasGUI takes some time (5-11s), then gives error 502 Bad Gateway. Which suggests the query makes it to the endpoint.

On the other hand, this works fine:

  curl -d 'query=select*{?s?p?o}limit 10' https://ubergraph.apps.renci.org/sparql
balhoff commented 2 years ago

@VladimirAlexiev it's working for me now, although I did see a 502 response once (then I tried again and it responded immediately). I will keep an eye out for any continued issue and try to see if something is wrong with our server. Please let me know if you continue to have problems, or if it starts working.

VladimirAlexiev commented 2 years ago

Worked now