serratus-bio / open-virome

monorepo for data explorer UI and APIs
http://openvirome.com/
GNU Affero General Public License v3.0
0 stars 0 forks source link

bug: 500 error on dcoian99debdl.cloudfront.net #90

Closed almosnow closed 3 days ago

almosnow commented 2 weeks ago

One specific map query returns a 500 error

SELECT accession, attribute_name, attribute_value, ST_Y(lat_lon) as lat, ST_X(lat_lon) as lon, id
    FROM bgl_gp4326_wwf_tew_pv            
    LIMIT 65536;

I'm figuring it out what's happening

Update: It's not a cloudfront or lambda f. error but it's being thrown from the DB, not happening when using pgAdmin

ababaian commented 1 week ago

Is there a sticking point where this query is needed or is it a one-off error? Perhaps we can say:

almosnow commented 3 days ago

Fixed.