bestofjs / bestofjs

:star: A place to find the best components to build amazing web applications. The best of JavaScript!
https://bestofjs.org
MIT License
2.62k stars 141 forks source link

Aggregated chart data for 09/2023 are missing #209

Closed panva closed 8 months ago

panva commented 8 months ago

The september columns are not available

image

michaelrambeau commented 8 months ago

Hello Fillip @panva thank you, I have noticed that problem too, it's related to how data is cached by the new Next.js app.

I have reset data, could you check again?

panva commented 8 months ago

Yup, it's present now. Thank you.

panva commented 8 months ago

Actually, stars are visible but npm downloads are not.

michaelrambeau commented 8 months ago

Sorry @panva for the miss, I had to reset package download data too.

Could you check again?

Thank you again for your patience!

For the records, what we do here, to invalidate the cache every 24 hours, does not work.

https://github.com/bestofjs/bestofjs/blob/486025a2a16a4f51763c915efc3f5d5ab0e5fe2a/apps/bestofjs-nextjs/src/app/projects/%5Bslug%5D/project-details-npm/monthly-downloads-charts.tsx#L29-L39

zawarudo commented 8 months ago

At least on https://bestofjs.org/projects/shadcnui

Stars and downloads are working for me.

image image

panva commented 8 months ago

It is all visible now indeed.