datacommonsorg / website

Code for the Data Commons website
https://datacommons.org
Apache License 2.0
20 stars 73 forks source link

fixed caching issue for POST requests to /api/observations/series #4382

Closed dwnoble closed 1 week ago

dwnoble commented 1 week ago

Before: POST request for a stat var returns the the wrong result due to caching Requested: Count_Person

Screenshot 2024-06-21 at 3 34 31 PM

Got: SDG variable

Screenshot 2024-06-21 at 3 34 40 PM

After cache key correction:

Screenshot 2024-06-21 at 3 38 24 PM
dwnoble commented 1 week ago

could also we file a bug to make a test for this? thanks!

Added tracking bug here: b/348713165