monarch-initiative / biolink-api

API for linked biological knowledge
https://api.monarchinitiative.org/api/
BSD 3-Clause "New" or "Revised" License
64 stars 25 forks source link

nginx errors after upgrading to gunicon 20.0.0 #338

Open kshefchek opened 4 years ago

kshefchek commented 4 years ago

After upgrading to gunicorn 20.0.0 biolink no longer renders the swagger api-docs page, https://api-dev.monarchinitiative.org/api with 'ReferenceError: SwaggerUIBundle is not defined'

Nginx is showing: upstream prematurely closed connection while reading upstream

The rest of the API seems to work fine. Scanning https://github.com/benoitc/gunicorn/issues to see if this has been reported with some potential fixes. For now I've manually backed us down to 19.9.0 on production.