GenSpectrum / LAPIS

An API, a query engine, and a database schema for genomic sequences; currently with a focus on SARS-CoV-2
https://lapis-three.vercel.app
GNU Affero General Public License v3.0
19 stars 5 forks source link

LAPIS v1 rises a 502 Bad Gateway #825

Closed jpflorido closed 2 months ago

jpflorido commented 2 months ago

Hi, I'm trying to use LAPIS v1 with the following query: https://lapis.cov-spectrum.org/open/v1/sample/aggregated?fields=pangoLineage but a "502 Bad Gateway" is raised.

Not sure if LAPIS v1 has been discontinued or it is working, since I've just realised that a new version is available. Thanks, Javier

chaoran-chen commented 2 months ago

HI @jpflorido, I'm sorry for the interruption! We didn't intend to discontinue it this abruptly but something went wrong just now and v1 is unfortunately at the moment not available and I'm not sure whether we will bring it back.

However, we are happy to announce LAPIS v2! It is very easy to migrate:

In case of your query, just go to https://lapis.cov-spectrum.org/open/v2/sample/aggregated?fields=pangoLineage

Otherwise, there are only two small changes:

Sorry again and please let me know if you have trouble to use v2!

jpflorido commented 2 months ago

Thanks! I have moved to LAPIS v2 with the changes you pointed and works great. Thanks again! Javier